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": "673e47ec-135f-4f88-8e3a-214a5a52d3fd",
"OwnerId": "e435ea94-f39b-414b-b1e8-257ea0121379",
"CustomerId": "87a93170-fbdf-4c46-88d6-5487e0bcd264",
"DispatchLocationId": "a941fb20-752e-45a1-86bf-b255cbf3532a",
"LocationId": "09413f61-2a9d-4d47-b3e6-7a9ef9815133",
"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": "138c229d-6c25-4b2d-9314-39594611ec4e",
"SalesOrderLineId": "7d11e7cd-bcaa-496c-8b03-fb95493e9800",
"SSCCNumber": "sample string 19",
"ProductId": "ad3bbfef-4016-4bba-a014-ee14c06d030f",
"PangId": "3c545467-6cc1-4cd6-abe8-fc0875158af8",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "4e80effc-90de-4aaa-a858-71b9b731b771",
"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:45:57.3302661+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "bf2da8b1-e172-40e2-986e-5bffbb1b88d6",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:45:57.3302661+02:00"
},
{
"Id": "673e47ec-135f-4f88-8e3a-214a5a52d3fd",
"OwnerId": "e435ea94-f39b-414b-b1e8-257ea0121379",
"CustomerId": "87a93170-fbdf-4c46-88d6-5487e0bcd264",
"DispatchLocationId": "a941fb20-752e-45a1-86bf-b255cbf3532a",
"LocationId": "09413f61-2a9d-4d47-b3e6-7a9ef9815133",
"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": "138c229d-6c25-4b2d-9314-39594611ec4e",
"SalesOrderLineId": "7d11e7cd-bcaa-496c-8b03-fb95493e9800",
"SSCCNumber": "sample string 19",
"ProductId": "ad3bbfef-4016-4bba-a014-ee14c06d030f",
"PangId": "3c545467-6cc1-4cd6-abe8-fc0875158af8",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "4e80effc-90de-4aaa-a858-71b9b731b771",
"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:45:57.3302661+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "bf2da8b1-e172-40e2-986e-5bffbb1b88d6",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:45:57.3302661+02:00"
}
]