object Case
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
case_barcode | String | Barcode value for the case. |
case_quantity | Int | Case quantity as a whole-unit count. |
Referenced By
- Product Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"case_barcode": "012345678905",
"case_quantity": 2
}