Skip to main content

SolidPackagedProduct

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)

Example: m
quantityintegernullablerequired

Quantity of the product

Possible values: >= 1

SolidPackagedProduct
{
"quantity": 0,
"custom_id": "item_123",
"entity_type": "item",
"case_pack_quantity": 0,
"quantity_uom_code": "m"
}