object OrderBinAllocationType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idInt!
line_item_idFloat!
item_bin_idInt!
quantityInt!
created_atDateTime!
pending_shipment_idInt
item_binProductLocationType
row_idBigInt

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "account_id": 987,
  "line_item_id": 1.0,
  "item_bin_id": 987,
  "quantity": 987,
  "created_at": "abc123",
  "pending_shipment_id": 987,
  "item_bin": ProductLocationType,
  "row_id": "abc123"
}