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": "b8ffe608-0412-499c-a053-d2d74475b306",
"OwnerId": "b7e13d3b-456c-4a86-9cd7-8157df860e22",
"CustomerId": "862bfed8-eff9-4267-84d4-bae09895643f",
"DispatchLocationId": "c1eadcd7-fc21-4f20-ab97-c6481dc4f3f8",
"LocationId": "e21b77da-efa1-44e7-be91-68aa300229f6",
"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": "e75fe0ea-f695-4675-8383-e787041eed26",
"SalesOrderLineId": "51cb47b8-0065-4aee-926d-f2fca3c7979f",
"SSCCNumber": "sample string 19",
"ProductId": "0b6390cb-37a6-42ab-9332-8bc44e250a92",
"PangId": "ab31b65d-baa6-4790-ad5e-7e5fd85f481c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "ab91500e-4920-4961-be29-812dd24077a8",
"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:40.9327666+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "f0ce81a3-7c43-427f-80d8-4a932c58acb6",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:40.9327666+02:00"
},
{
"Id": "b8ffe608-0412-499c-a053-d2d74475b306",
"OwnerId": "b7e13d3b-456c-4a86-9cd7-8157df860e22",
"CustomerId": "862bfed8-eff9-4267-84d4-bae09895643f",
"DispatchLocationId": "c1eadcd7-fc21-4f20-ab97-c6481dc4f3f8",
"LocationId": "e21b77da-efa1-44e7-be91-68aa300229f6",
"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": "e75fe0ea-f695-4675-8383-e787041eed26",
"SalesOrderLineId": "51cb47b8-0065-4aee-926d-f2fca3c7979f",
"SSCCNumber": "sample string 19",
"ProductId": "0b6390cb-37a6-42ab-9332-8bc44e250a92",
"PangId": "ab31b65d-baa6-4790-ad5e-7e5fd85f481c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "ab91500e-4920-4961-be29-812dd24077a8",
"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:40.9327666+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "f0ce81a3-7c43-427f-80d8-4a932c58acb6",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:40.9327666+02:00"
}
]