object OrderBinAllocationType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
account_id | Int! | |
line_item_id | Float! | |
item_bin_id | Int! | |
quantity | Int! | |
created_at | DateTime! | |
pending_shipment_id | Int | |
item_bin | ProductLocationType | |
row_id | BigInt |
Implements
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"
}