GET api/Item/SalesOrderPickItems/{OwnerId}/{SalesOrderId}
Get all pick items belonging to a specific sales order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
Required |
|
| SalesOrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Item| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| DispatchLocationNumber | integer |
None. |
|
| DispatchLocationName | string |
None. |
|
| WareHouseNumber | integer |
None. |
|
| WareHouseName | string |
None. |
|
| RackNumber | integer |
None. |
|
| WidthNumber | integer |
None. |
|
| HeightNumber | integer |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| PackingTypeId | globally unique identifier |
None. |
|
| PackingTypeName | string |
None. |
|
| PackingTypeCode | string |
None. |
|
| PackingTypeWeight | decimal number |
None. |
|
| CanSplit | boolean |
None. |
|
| IsPicked | boolean |
None. |
|
| IsDelivered | boolean |
None. |
|
| IsUnfinished | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| RestrictedLevel | integer |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| TemperatureControlled | integer |
None. |
|
| TemperatureControlledDescription | string |
None. |
|
| ParentItemId | globally unique identifier |
None. |
|
| IsCampaignItem | boolean |
None. |
|
| HasChildren | boolean |
None. |
|
| ProductionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "ef1b71ad-935e-4e92-90bf-535b725c12c0",
"OwnerId": "dc830c85-dc5a-44bd-a472-a7950725410d",
"CustomerId": "97cfc0ec-4a38-4d81-a610-acbeae3eee44",
"DispatchLocationId": "85f445f2-c252-4a81-bcaa-7e61a2ea2d67",
"LocationId": "847a2fd2-a72a-4011-8ac6-d683e8ca4b50",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "c0d7a560-afc0-4852-8ce7-78d6a33a425d",
"SalesOrderLineId": "cec2d328-74d5-4f1b-a027-1abfee6201cd",
"SSCCNumber": "sample string 19",
"ProductId": "58e64263-d424-4dbe-b80b-92eb0b682418",
"PangId": "4e87d4b3-fdb4-4a74-9f32-5074ecc456cc",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "7ff24a85-7b9b-441b-86a6-5de514b87ed2",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-06-25T16:21:31.6064683+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "a29b8ee1-f8d7-46ab-9217-80cadfb3e594",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:21:31.6064683+02:00"
},
{
"Id": "ef1b71ad-935e-4e92-90bf-535b725c12c0",
"OwnerId": "dc830c85-dc5a-44bd-a472-a7950725410d",
"CustomerId": "97cfc0ec-4a38-4d81-a610-acbeae3eee44",
"DispatchLocationId": "85f445f2-c252-4a81-bcaa-7e61a2ea2d67",
"LocationId": "847a2fd2-a72a-4011-8ac6-d683e8ca4b50",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "c0d7a560-afc0-4852-8ce7-78d6a33a425d",
"SalesOrderLineId": "cec2d328-74d5-4f1b-a027-1abfee6201cd",
"SSCCNumber": "sample string 19",
"ProductId": "58e64263-d424-4dbe-b80b-92eb0b682418",
"PangId": "4e87d4b3-fdb4-4a74-9f32-5074ecc456cc",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "7ff24a85-7b9b-441b-86a6-5de514b87ed2",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-06-25T16:21:31.6064683+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "a29b8ee1-f8d7-46ab-9217-80cadfb3e594",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:21:31.6064683+02:00"
}
]