Skip to main content

InspectionAssortmentItem

availableQuantityintegernullable
brandIdstringnullable

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

Example: brand_1
brandNamestring

Possible values: non-empty

classIdstringnullable
Example: class_id_1
colorstringrequired

Possible values: non-empty

configurationintegerrequired

Possible values: >= 1

departmentIdstringnullable
Example: department_id_1
idstringnullable
itemIdstringrequired

Possible values: non-empty

purchaseOrdersstring[]nullable

List of unique purchase orders associated with this item

quantityinteger
shipmentTermstringnullable
Example: shipment_term_1
sizestringrequired

Possible values: non-empty

InspectionAssortmentItem
{
"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"
}