Skip to main content

BookingStyleV2

assortments object[]nullable

Assortment packing data of items in the booking

  • Array [
  • assortmentIdstringrequired

    Possible values: non-empty

    availableCartonQuantityintegernullable

    Available carton quantity in solid packing

    Example: 15
    cartonQuantityintegerrequired

    Possible values: >= 0

    items object[]required

    Items in a booking

    Possible values: >= 1

  • Array [
  • availableQuantityintegernullable

    Available quantity of items in assortment packing

    Example: 150
    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

    productCategoryIdstringrequired
    Example: product_category_1
    productCategoryNamestring

    Possible values: non-empty

    productLineIdstringrequired

    Possible values: non-empty

    Example: product_line_1
    productLineNamestring
    quantityinteger
    shipmentTermstringnullable
    Example: shipment_term_1
    sizestringrequired

    Possible values: non-empty

  • ]
  • ]
  • measurements object[]

    Measurement data of items in the booking

  • Array [
  • captionstringrequired

    Possible values: non-empty

    isPomCriticalbooleannullable

    Measurement is critical or not

    Example: true
    pomstringrequired

    Possible values: non-empty

    sizes object[]
  • Array [
  • measurementstringrequired
    sizestringrequired

    Size name

    Possible values: non-empty

    Example: Medium
  • ]
  • tolerancestringrequired
    toleranceLowernumbernullable

    Accepted lower limit between the expected measure (standard) and the actual measure

    Example: 1
    toleranceUppernumbernullable

    Accepted upper limit between the expected measure (standard) and the actual measure

    Example: 1
    unitstringrequired

    Possible values: [inch, cm, mm]

  • ]
  • solids object[]nullable

    Solid packing data of items in the booking

  • Array [
  • 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

  • ]
  • styleIdstringrequired

    Possible values: non-empty

    Example: style_1
    styleNamestringnullable
    BookingStyleV2
    {
    "assortments": [
    {
    "assortmentId": "string",
    "availableCartonQuantity": "15",
    "cartonQuantity": 0,
    "items": [
    {
    "availableQuantity": "150",
    "brandId": "brand_1",
    "brandName": "string",
    "classId": "class_id_1",
    "color": "string",
    "configuration": 0,
    "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"
    }
    ]
    }
    ],
    "measurements": [
    {
    "caption": "string",
    "isPomCritical": "true",
    "pom": "string",
    "sizes": [
    {
    "measurement": "string",
    "size": "Medium"
    }
    ],
    "tolerance": "string",
    "toleranceLower": 1,
    "toleranceUpper": 1,
    "unit": "inch"
    }
    ],
    "solids": [
    {
    "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"
    }
    ],
    "styleId": "style_1",
    "styleName": "string"
    }