object WorkOrderAssemblyComponentType
Fields
| Field | Type | Description |
|---|---|---|
sku | String | |
account_id | ID | |
to_pick_quantity | Int | |
picked_quantity | Int | |
pick_location_id | ID |
Referenced By
Example
{
"sku": "abc123",
"account_id": "abc123",
"to_pick_quantity": 987,
"picked_quantity": 987,
"pick_location_id": "abc123"
}