object CustomBox
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
account_id | String | |
warehouse_id | String | |
warehouse_identifier | String | The warehouse identifier, usually Primary/Secondary |
barcode | String | |
name | String | |
dimensions | Dimensions | |
active | Boolean | |
on_hand | Int | |
cost | Decimal | |
packaging_type | String | |
price | Decimal |
Referenced By
- CustomBoxEdge Type
- CustomBoxQueryResult Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"warehouse_identifier": "abc123",
"barcode": "abc123",
"name": "abc123",
"dimensions": Dimensions,
"active": true,
"on_hand": 987,
"cost": "abc123",
"packaging_type": "abc123",
"price": "abc123"
}