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": "edf9f5e4-41e3-4b4a-afd4-a4dc53b31be9",
"OwnerId": "6bd15325-9064-477d-82b8-0061091ba848",
"CustomerId": "caaffe17-9a66-41b9-bae2-e548904c4dde",
"DispatchLocationId": "3183d79d-731f-47b3-ba9d-efc9e3de0bfd",
"LocationId": "e712092d-0a26-40e4-ab43-569261457ffe",
"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": "3c8e1867-81a0-4f20-84e3-cbe9cd938dda",
"SalesOrderLineId": "5d8aabff-5afe-4954-81df-758099f0da4f",
"SSCCNumber": "sample string 19",
"ProductId": "717ae06b-3798-4113-b7d6-f66f964516ef",
"PangId": "13a52698-f3c7-4d4f-a2ea-51c44f07a2b4",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "0787f9e1-72e5-47f7-b4f3-7e9ed911cf01",
"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-25T11:34:45.6731118+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "c33e5518-8479-4e44-833c-9b61f08fd3ce",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T11:34:45.6731118+02:00"
},
{
"Id": "edf9f5e4-41e3-4b4a-afd4-a4dc53b31be9",
"OwnerId": "6bd15325-9064-477d-82b8-0061091ba848",
"CustomerId": "caaffe17-9a66-41b9-bae2-e548904c4dde",
"DispatchLocationId": "3183d79d-731f-47b3-ba9d-efc9e3de0bfd",
"LocationId": "e712092d-0a26-40e4-ab43-569261457ffe",
"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": "3c8e1867-81a0-4f20-84e3-cbe9cd938dda",
"SalesOrderLineId": "5d8aabff-5afe-4954-81df-758099f0da4f",
"SSCCNumber": "sample string 19",
"ProductId": "717ae06b-3798-4113-b7d6-f66f964516ef",
"PangId": "13a52698-f3c7-4d4f-a2ea-51c44f07a2b4",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "0787f9e1-72e5-47f7-b4f3-7e9ed911cf01",
"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-25T11:34:45.6731118+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "c33e5518-8479-4e44-833c-9b61f08fd3ce",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T11:34:45.6731118+02:00"
}
]