object CarrierBox
Fields
| Field | Type | Description |
|---|---|---|
account_id | String | |
box_code | String | |
warehouse_identifier | String | The warehouse identifier, usually Primary/Secondary |
warehouse_id | String | |
on_hand | Int | |
active | Boolean | |
price | Decimal | |
carrier | String | |
carrier_code | String | |
name | String | |
area | Decimal | |
dimensions | Dimensions | |
international | Boolean | |
barcode | String |
Referenced By
- CarrierBoxEdge Type
- CarrierBoxQueryResult Type
Example
{
"account_id": "abc123",
"box_code": "abc123",
"warehouse_identifier": "abc123",
"warehouse_id": "abc123",
"on_hand": 987,
"active": true,
"price": "abc123",
"carrier": "abc123",
"carrier_code": "abc123",
"name": "abc123",
"area": "abc123",
"dimensions": Dimensions,
"international": true,
"barcode": "abc123"
}