object TotePick
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
sku | String | |
created_at | ISODateTime | |
updated_at | ISODateTime | |
tote_id | String | |
current | Int | |
picked_quantity | Int | |
quantity | Int | |
inventory_bin | String | |
line_item | LineItem | |
location | Location | |
deducted | Boolean |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"sku": "abc123",
"created_at": "abc123",
"updated_at": "abc123",
"tote_id": "abc123",
"current": 987,
"picked_quantity": 987,
"quantity": 987,
"inventory_bin": "abc123",
"line_item": LineItem,
"location": Location,
"deducted": true
}