object WorkOrderAssemblyComponentType
Fields
| Field | Type | Description |
|---|---|---|
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
account_id | ID | Public API account ID that identifies the related record. |
to_pick_quantity | Int | To pick quantity as a whole-unit count. |
picked_quantity | Int | Picked quantity as a whole-unit count. |
pick_location_id | ID | Public API pick location ID that identifies the related record. |
Referenced By
Example
{
"sku": "BLUE-TEE-M",
"account_id": "QWNjb3VudDoxMjM0",
"to_pick_quantity": 2,
"picked_quantity": 2,
"pick_location_id": "TG9jYXRpb246MTIzNA=="
}