object Location
Fields
| Field | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | ||||||||||||||||||||||||||||||||||||
legacy_id | Int | ||||||||||||||||||||||||||||||||||||
account_id | String | ||||||||||||||||||||||||||||||||||||
warehouse_id | String | ||||||||||||||||||||||||||||||||||||
type | LocationType | ||||||||||||||||||||||||||||||||||||
name | String | ||||||||||||||||||||||||||||||||||||
zone | String | ||||||||||||||||||||||||||||||||||||
pickable | Boolean | ||||||||||||||||||||||||||||||||||||
sellable | Boolean | ||||||||||||||||||||||||||||||||||||
staging | Boolean | Indicates if this location is designated as a staging area for wholesale orders. Requires wholesale feature to be enabled for your account. | |||||||||||||||||||||||||||||||||||
is_cart | Boolean | ||||||||||||||||||||||||||||||||||||
pick_priority | Int | ||||||||||||||||||||||||||||||||||||
dimensions | Dimensions | ||||||||||||||||||||||||||||||||||||
length | String | DEPRECATED Not used anymore. Use dimensions | |||||||||||||||||||||||||||||||||||
width | String | DEPRECATED Not used anymore. Use dimensions | |||||||||||||||||||||||||||||||||||
height | String | DEPRECATED Not used anymore. Use dimensions | |||||||||||||||||||||||||||||||||||
max_weight | String | DEPRECATED Not used anymore. Use dimensions | |||||||||||||||||||||||||||||||||||
temperature | String | ||||||||||||||||||||||||||||||||||||
products | ProductConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
last_counted | ISODateTime | DEPRECATED This field is no longer in use. | |||||||||||||||||||||||||||||||||||
created_at | ISODateTime | ||||||||||||||||||||||||||||||||||||
expiration_lots | LotConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Referenced By
- AllocatedAllocationType Type
- InventoryChange Type
- ItemLocation Type
- LocationEdge Type
- LocationOutput Type
- LocationQueryResult Type
- TotePick Type
- WorkOrderAssemblySkuType Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"type": LocationType,
"name": "abc123",
"zone": "abc123",
"pickable": true,
"sellable": true,
"staging": true,
"is_cart": true,
"pick_priority": 987,
"dimensions": Dimensions,
"length": "abc123",
"width": "abc123",
"height": "abc123",
"max_weight": "abc123",
"temperature": "abc123",
"products": ProductConnection,
"last_counted": "abc123",
"created_at": "abc123",
"expiration_lots": LotConnection
}