object BinType
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
is_being_counted | Boolean | ||||||||||||||||||||||||||
id | ID! | The ID of the object | |||||||||||||||||||||||||
account_id | ID! | ||||||||||||||||||||||||||
warehouse | String! | ||||||||||||||||||||||||||
location | String | ||||||||||||||||||||||||||
pickable | Boolean | ||||||||||||||||||||||||||
sellable | Boolean | ||||||||||||||||||||||||||
zone | String! | ||||||||||||||||||||||||||
zone_id | Int | ||||||||||||||||||||||||||
is_cart | Boolean | ||||||||||||||||||||||||||
pick_priority | Int! | ||||||||||||||||||||||||||
location_type_id | Int! | ||||||||||||||||||||||||||
length | Float! | ||||||||||||||||||||||||||
width | Float! | ||||||||||||||||||||||||||
height | Float! | ||||||||||||||||||||||||||
max_weight | Float! | ||||||||||||||||||||||||||
temperature | Float! | ||||||||||||||||||||||||||
warehouse_id | ID! | ||||||||||||||||||||||||||
last_counted | DateTime! | ||||||||||||||||||||||||||
is_hospital | Boolean! | ||||||||||||||||||||||||||
is_staging | Boolean! | ||||||||||||||||||||||||||
created_at | DateTime! | ||||||||||||||||||||||||||
location_warehouse | WarehouseType | ||||||||||||||||||||||||||
item_bins | ProductLocationTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
lpns | [LicensePlateNumberV2Type] | ||||||||||||||||||||||||||
change_log | LocationChangeLogTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
row_id | BigInt | ||||||||||||||||||||||||||
assigned | Boolean | ||||||||||||||||||||||||||
total_quantity | Int | ||||||||||||||||||||||||||
total_unique_skus | Int | ||||||||||||||||||||||||||
zone_info | ZoneInfoType | ||||||||||||||||||||||||||
loose_product_location_types | [ProductLocationType] | ||||||||||||||||||||||||||
loose_product_locations | [ProductLocationType] | ||||||||||||||||||||||||||
is_lpn_allowed | Boolean | ||||||||||||||||||||||||||
Implements
Referenced By
- LicensePlateNumberV2LineItemType Type
- LicensePlateNumberV2Type Type
- LocationChangeLogType Type
- ProductLocationType Type
- ReturnItemType Type
Example
{
"is_being_counted": true,
"id": "abc123",
"account_id": "abc123",
"warehouse": "abc123",
"location": "abc123",
"pickable": true,
"sellable": true,
"zone": "abc123",
"zone_id": 987,
"is_cart": true,
"pick_priority": 987,
"location_type_id": 987,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"max_weight": 1.0,
"temperature": 1.0,
"warehouse_id": "abc123",
"last_counted": "abc123",
"is_hospital": true,
"is_staging": true,
"created_at": "abc123",
"location_warehouse": WarehouseType,
"item_bins": ProductLocationTypeCountableConnection,
"lpns": LicensePlateNumberV2Type,
"change_log": LocationChangeLogTypeCountableConnection,
"row_id": "abc123",
"assigned": true,
"total_quantity": 987,
"total_unique_skus": 987,
"zone_info": ZoneInfoType,
"loose_product_location_types": ProductLocationType,
"loose_product_locations": ProductLocationType,
"is_lpn_allowed": true
}