Product Master Input Model
Fields
Field | Description | Type | |
---|---|---|---|
productCode | Product code. Value must be an existing product code in Cloud Accounting web application. More information can be found here. | string, maxLength(20) | required for new records |
productName | Product name. | string, maxLength(100) | required for new records |
productType | Product type. List of product types can be found here. | string, maxLength(1) | required for new records |
status | Product status. List of product statuses can be found here. | string, maxLength(1) | required for new records |
variant1Name | Product variant name. | string, maxLength(20) | |
variant2Name | Product variant name. | string, maxLength(20) |
Optional Fields
caution
Filling in the variant1Name
and variant2Name
fields indicate that the product has variants.
If these fields are assigned values, the productVariant1Options
and productVariant2Options
fields in Product Input Model cannot be empty, otherwise an error will be returned.