object BinType

Fields

FieldTypeDescription
is_being_countedBoolean
idID!

The ID of the object

account_idID!
warehouseString!
locationString
pickableBoolean
sellableBoolean
zoneString!
zone_idInt
is_cartBoolean
pick_priorityInt!
location_type_idInt!
lengthFloat!
widthFloat!
heightFloat!
max_weightFloat!
temperatureFloat!
warehouse_idID!
last_countedDateTime!
is_hospitalBoolean!
is_stagingBoolean!
created_atDateTime!
location_warehouseWarehouseType
item_binsProductLocationTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
lpns[LicensePlateNumberV2Type]
change_logLocationChangeLogTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
row_idBigInt
assignedBoolean
total_quantityInt
total_unique_skusInt
zone_infoZoneInfoType
loose_product_location_types[ProductLocationType]
loose_product_locations[ProductLocationType]
is_lpn_allowedBoolean

Implements

Node

Referenced By

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
}