Skip to main content

AssortmentPackagedProduct

custom_idstringrequired

Custom Identifier for the Product referred

Example: item_123
entity_typestring

Possible values: [item, material]

case_pack_quantityintegerrequired

Number of units in a Carton

Possible values: >= 1

quantity_uom_codestringnullable

Unit of measure code for quantity (required when entity_type is material). Possible values: See full list here

Example: m
AssortmentPackagedProduct
{
"custom_id": "item_123",
"entity_type": "item",
"case_pack_quantity": 0,
"quantity_uom_code": "m"
}