BookingSolidItem
availableCartonQuantityintegernullable
availableQuantityintegernullable
brandIdstringnullable
Precondition: must be configured in your Inspectorio's account.
Example:
brand_1
brandNamestring
Possible values: non-empty
cartonQuantityintegernullable
casePackQuantityintegernullable
classIdstringnullable
Example:
class_id_1
colorstringrequired
Possible values: non-empty
departmentIdstringnullable
Example:
department_id_1
idstringnullable
itemIdstringrequired
Possible values: non-empty
quantityintegerrequired
Possible values: >= 1
shipmentTermstringnullable
Example:
shipment_term_1
sizestringrequired
Possible values: non-empty
BookingSolidItem
{
"availableCartonQuantity": 0,
"availableQuantity": 0,
"brandId": "brand_1",
"brandName": "string",
"cartonQuantity": 0,
"casePackQuantity": 0,
"classId": "class_id_1",
"color": "string",
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}