Skip to main content

BookingSolidItemV2

availableCartonQuantityintegernullable

Available carton quantity in solid packing

Example: 20
availableQuantityintegernullable

Available quantity of items in solid packing

Example: 200
brandIdstringnullable

Precondition: must be configured in your Inspectorio's account.

Example: brand_2
brandNamestring

Possible values: non-empty

cartonQuantityintegernullable

Possible values: >= 0

casePackQuantityintegernullable

Possible values: >= 0

classIdstringnullable
Example: class_id_1
colorstringrequired

Possible values: non-empty

departmentIdstringnullable
Example: department_id_1
idstringnullable
itemIdstringrequired

Possible values: non-empty

productCategoryIdstringrequired
Example: product_category_1
productCategoryNamestring

Possible values: non-empty

productLineIdstringrequired

Possible values: non-empty

Example: product_line_1
productLineNamestring
quantityintegerrequired

Possible values: >= 1

shipmentTermstringnullable
Example: shipment_term_1
sizestringrequired

Possible values: non-empty

BookingSolidItemV2
{
"availableCartonQuantity": "20",
"availableQuantity": "200",
"brandId": "brand_2",
"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"
}