PickingBatchLineItem
| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
||
pickedQuantity |
number |
format: float |
|
quantity |
number |
format: float |
|
status |
string |
one of: open, inProgress, picked |
|
sku |
string |
||
inventories |
array[object] |
||
fulfillmentOrderLineItems |
array[object] |
||
product |
LineItemProduct |
Example
Section titled “Example”{ "id": "c8dcf22f-0d0b-49b4-9ed5-0e194f32e1b6", "pickedQuantity": 3, "quantity": 5, "status": "open", "sku": "UGG-BB-PUR-06", "inventories": [ { "bin": 1203, "binLocation": "1203-4" } ], "fulfillmentOrderLineItems": [ { "orderNumber": "10001-0001", "lineItemId": 253, "quantity": 2 } ], "product": { "code": "24-MB02", "name": "Fusion Backpack", "image": "https://myawesomeshop.com/images/img1.jpg", "price": 59.99, "salePrice": 39.99, "currencyCode": "EUR", "identifiers": {}, "options": [ {} ] }}
