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": "e5a1abf5-7b29-40ed-ba53-3ef3ff3a164f",
"OwnerId": "f3ed16bd-2baf-41bd-952e-748a1fa09596",
"CustomerId": "982a4be2-9aae-4256-a75f-7b54a654b685",
"DispatchLocationId": "d0188245-812f-44be-8a51-1ff21abf715d",
"LocationId": "242cf140-3962-40cf-a73a-2326fd81b1ae",
"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": "97a84e78-62e2-4050-b2c2-08ee22bbe5d2",
"SalesOrderLineId": "0acf8a13-8646-4de6-918c-a6210eae4442",
"SSCCNumber": "sample string 19",
"ProductId": "c56f0a0e-f9a2-4aca-9528-e584b8f37136",
"PangId": "b21324e9-c35a-4e01-892a-d697215c4053",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "35d47e4e-c989-4d97-9449-ca428c5cea8a",
"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:45.7271005+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "72510000-2319-4ddc-90b8-516cd7dfe27d",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:45.7271005+02:00"
},
{
"Id": "e5a1abf5-7b29-40ed-ba53-3ef3ff3a164f",
"OwnerId": "f3ed16bd-2baf-41bd-952e-748a1fa09596",
"CustomerId": "982a4be2-9aae-4256-a75f-7b54a654b685",
"DispatchLocationId": "d0188245-812f-44be-8a51-1ff21abf715d",
"LocationId": "242cf140-3962-40cf-a73a-2326fd81b1ae",
"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": "97a84e78-62e2-4050-b2c2-08ee22bbe5d2",
"SalesOrderLineId": "0acf8a13-8646-4de6-918c-a6210eae4442",
"SSCCNumber": "sample string 19",
"ProductId": "c56f0a0e-f9a2-4aca-9528-e584b8f37136",
"PangId": "b21324e9-c35a-4e01-892a-d697215c4053",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "35d47e4e-c989-4d97-9449-ca428c5cea8a",
"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:45.7271005+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "72510000-2319-4ddc-90b8-516cd7dfe27d",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:45.7271005+02:00"
}
]