GET v2/picking/{pickingPalletID}/skuList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pickingPalletID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PickingPalletItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PickingPalletItemID |
Unique identifier of the picking pallet item |
integer |
None. |
| SalesOrderItem |
Unique identifier of the sku this item is |
SalesOrderItemModel |
None. |
| SalesOrderNumber | string |
None. |
|
| Quantity |
Number of this item needed for this pallet |
decimal number |
None. |
| PickedQuantity |
Number of this item picked for this pallet |
decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.