object ProductCaseType
Fields
| Field | Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | Int | |||||||||||
product_case | ProductType | |||||||||||
| ||||||||||||
product_case_info | ProductInfoType | This product case's Product info. | ||||||||||
product | ProductType | |||||||||||
| ||||||||||||
product_info | ProductInfoType | This product case's content's Product info. | ||||||||||
each_info | ProductInfoType | This product case's eaches' Product info. Will differ from product_info if this is a case of cases. | ||||||||||
quantity | Int | Units of product_info contained in this UOM | ||||||||||
stats | ProductCaseEachesStatsType | |||||||||||
| ||||||||||||
container_type | String | |||||||||||
container_sku | String | |||||||||||
content_sku | String | |||||||||||
each_sku | String | |||||||||||
each_qty | Int | |||||||||||
Referenced By
- ProductInfoType Type
- ProductLocationType Type
Example
{
"id": 987,
"product_case": ProductType,
"product_case_info": ProductInfoType,
"product": ProductType,
"product_info": ProductInfoType,
"each_info": ProductInfoType,
"quantity": 987,
"stats": ProductCaseEachesStatsType,
"container_type": "abc123",
"container_sku": "abc123",
"content_sku": "abc123",
"each_sku": "abc123",
"each_qty": 987
}