Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.13 KB

ProductSummary.md

File metadata and controls

18 lines (15 loc) · 1.13 KB

# ProductSummary

Properties

Name Type Description Notes
id string The product id. [optional]
code string The product code. [optional]
description string The product description. [optional]
productGroupId string The product group. See catalog `ProductGroup` for values. [optional]
productType string The product type for tax purposes: `G`: goods, `S`: services, `O`: other. [optional]
uomId string Unit of measure id. See catalog `Unit` for values [optional]
uomGroupId string Unit of measure group id. See catalog `UnitGroup` for values [optional]
legacyRef string Alternative / legacy reference code [optional]
isPurchase bool Is product available for purchase transactions [optional]
isSale bool Is product available for sale transactions [optional]

[Back to Model list] [Back to API list] [Back to README]