PackagedProduct
A quantifiable item reference
custom_idstringrequired
Custom Identifier for the Product referred
Example:
item_123entity_typestringrequired
Possible values: [item, material]
case_pack_quantityinteger
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:
mPackagedProduct
{
"case_pack_quantity": 0,
"quantity_uom_code": "m",
"custom_id": "item_123",
"entity_type": "item"
}