Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.44 KB

ProductCreate.md

File metadata and controls

18 lines (15 loc) · 1.44 KB

# ProductCreate

Properties

Name Type Description Notes
code string The `Code` must be unique.
description string The product description
productGroupId string Optional Product Group id or code. It can default the other properties below. [optional]
productType string Optional, specifies if the product is a Goods (`G`), Services (`S`) or Other ('O') from a tax point of view. Defaults from the Product Group, if defined. [optional]
uomId string Unit of measure (id or code). See catalog `Unit` for possible values. Will be defaulted from Product Group or environment default. [optional]
uomGroupId string Unit of measure group (id or code). See catalog `UnitGroup` for possible values. Will be defaulted from Product Group or environment default. [optional]
legacyRef string An optional reference [optional]
ext array<string,mixed> The product custom fields [optional]
purchase \SynergiTech\Iplicit\Model\ProductPurchaseCreate [optional]
sale \SynergiTech\Iplicit\Model\ProductSaleCreate [optional]

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