InspectionAssortment
assortmentId stringrequired
Possible values: non-empty
availableCartonQuantity integernullable
cartonQuantity integerrequired
items object[]required
Possible values: >= 1
Array [
availableQuantity integernullable
brandId stringnullable
Precondition: must be configured in your Inspectorio's account.
Example:
brand_1
brandName string
Possible values: non-empty
classId stringnullable
Example:
class_id_1
color stringrequired
Possible values: non-empty
configuration integerrequired
Possible values: >= 1
departmentId stringnullable
Example:
department_id_1
id stringnullable
itemId stringrequired
Possible values: non-empty
purchaseOrders string[]nullable
List of unique purchase orders associated with this item
quantity integer
shipmentTerm stringnullable
Example:
shipment_term_1
size stringrequired
Possible values: non-empty
]
InspectionAssortment
{
"assortmentId": "string",
"availableCartonQuantity": 0,
"cartonQuantity": 0,
"items": [
{
"availableQuantity": 0,
"brandId": "brand_1",
"brandName": "string",
"classId": "class_id_1",
"color": "string",
"configuration": 0,
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"purchaseOrders": [
"string"
],
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}
]
}