GET api/Item/UnallocatedItems/OwnerId/{OwnerId}/ProductId/{ProductId}/DispatchLocatinId/{DispatchLocationId}
Get all unallocated items for a specific product in a specific dispatch location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
Required |
|
| ProductId | globally unique identifier |
Required |
|
| DispatchLocationId | 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": "058bb15c-c03f-4427-bd22-7db8bd3ce8e4",
"OwnerId": "a2123f41-657e-402c-9caf-49355a143f50",
"CustomerId": "1f68ccba-2689-47ac-b446-cdefa594a5a3",
"DispatchLocationId": "0df368b1-3826-437e-be64-f80530f506e0",
"LocationId": "cb9697fd-b410-4d7a-8470-2e7d868ee98f",
"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": "650003e6-c3ed-4b91-acb7-20f0efcfaece",
"SalesOrderLineId": "a0345079-8e8f-4ed3-afe0-d14cf426c598",
"SSCCNumber": "sample string 19",
"ProductId": "9917a0df-3ff0-4231-8d80-9d4e8f443740",
"PangId": "48f73558-c028-4ad1-9f78-1b52c3c35877",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "caa420cd-1845-44e9-a9f1-b869a2e37938",
"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-08-24T14:46:38.2008797+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "e2cbc9b6-7f2f-4de0-819d-d4189b5f61ce",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:38.2008797+02:00"
},
{
"Id": "058bb15c-c03f-4427-bd22-7db8bd3ce8e4",
"OwnerId": "a2123f41-657e-402c-9caf-49355a143f50",
"CustomerId": "1f68ccba-2689-47ac-b446-cdefa594a5a3",
"DispatchLocationId": "0df368b1-3826-437e-be64-f80530f506e0",
"LocationId": "cb9697fd-b410-4d7a-8470-2e7d868ee98f",
"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": "650003e6-c3ed-4b91-acb7-20f0efcfaece",
"SalesOrderLineId": "a0345079-8e8f-4ed3-afe0-d14cf426c598",
"SSCCNumber": "sample string 19",
"ProductId": "9917a0df-3ff0-4231-8d80-9d4e8f443740",
"PangId": "48f73558-c028-4ad1-9f78-1b52c3c35877",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "caa420cd-1845-44e9-a9f1-b869a2e37938",
"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-08-24T14:46:38.2008797+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "e2cbc9b6-7f2f-4de0-819d-d4189b5f61ce",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:38.2008797+02:00"
}
]