Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.42 KB

ProductRead.md

File metadata and controls

21 lines (18 loc) · 1.42 KB

# ProductRead

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 [optional]
purchase \SynergiTech\Iplicit\Model\ProductPurchaseRead [optional]
sale \SynergiTech\Iplicit\Model\ProductSaleRead [optional]
lastModified \DateTime The date and time this item has been last modified [optional]
lastModifiedBy string The user that last modified this item. See `UserAccount` catalog. [optional]
ext array<string,mixed> The product additional fields [optional]

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