SolidItem
brandId stringnullable
Precondition: must be configured in your Inspectorio's account.
Example:
brand_1
brandName string
Possible values: non-empty
cartonQuantity integernullable
casePackQuantity integernullable
classId stringnullable
Example:
class_id_1
color stringrequired
Possible values: non-empty
departmentId stringnullable
Example:
department_id_1
id stringnullable
itemId stringrequired
Possible values: non-empty
productCategoryId string
Example:
product_category_1
productCategoryName string
Possible values: non-empty
productLineId string
Possible values: non-empty
Example:
product_line_1
productLineName string
quantity integerrequired
Possible values: >= 1
shipmentTerm stringnullable
Example:
shipment_term_1
size stringrequired
Possible values: non-empty
SolidItem
{
"brandId": "brand_1",
"brandName": "string",
"cartonQuantity": 0,
"casePackQuantity": 0,
"classId": "class_id_1",
"color": "string",
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"productCategoryId": "product_category_1",
"productCategoryName": "string",
"productLineId": "product_line_1",
"productLineName": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}