PackagingDetails
- AssortmentPackagingDetailLine
- SolidPackagingDetailLine
Possible values: [assortment
]
Possible values: >= 1
Possible values: [assortment
, solid
]
- assortment
- solid
item SolidPackagedProductrequired
Custom Identifier for the Item referred
Custom Identifier for the Product referred
item_123
Possible values: [item
, material
]
Number of units in a Carton
Possible values: >= 1
Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here
m
Quantity of the product
Possible values: >= 1
Possible values: [solid
]
Quantity of the carton
Possible values: >= 1
items AssortmentPackagedProduct[]
Custom Identifier for the Product referred
item_123
Possible values: [item
, material
]
Number of units in a Carton
Possible values: >= 1
Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here
m
item SolidPackagedProduct
Custom Identifier for the Item referred
Custom Identifier for the Product referred
item_123
Possible values: [item
, material
]
Number of units in a Carton
Possible values: >= 1
Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here
m
Quantity of the product
Possible values: >= 1
Possible values: [solid
]
Quantity of the carton
Possible values: >= 1
Quantity of the carton
Possible values: >= 1
Possible values: [assortment
, solid
]
- assortment
- solid
items AssortmentPackagedProduct[]
Custom Identifier for the Product referred
item_123
Possible values: [item
, material
]
Number of units in a Carton
Possible values: >= 1
Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here
m
Possible values: [assortment
]
item SolidPackagedProductrequired
Custom Identifier for the Item referred
Custom Identifier for the Product referred
item_123
Possible values: [item
, material
]
Number of units in a Carton
Possible values: >= 1
Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here
m
Quantity of the product
Possible values: >= 1
[
{
"assortment_id": "string",
"items": [
{
"custom_id": "item_123",
"entity_type": "item",
"case_pack_quantity": 0,
"quantity_uom_code": "m"
}
],
"packaging_type": "assortment",
"carton_quantity": 0
},
{
"item": {
"custom_id": "item_123",
"entity_type": "item",
"case_pack_quantity": 0,
"quantity_uom_code": "m",
"quantity": 0
},
"packaging_type": "solid",
"carton_quantity": 0
}
]