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": "a872af39-ed64-4f23-8c22-c81f4f20ff22",
"OwnerId": "7ff5437b-e468-450f-9c10-f0a8ab588baa",
"CustomerId": "8db00c6c-2879-42c4-b778-61737f466aa4",
"DispatchLocationId": "184aefd3-5f83-48bb-9e32-f1d5ec54b349",
"LocationId": "e860ad79-1c0e-40f0-94c5-60a61b5b3aeb",
"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": "c0c9b2ba-4c9a-46e0-9249-5ed638a3b69f",
"SalesOrderLineId": "2600d2d6-e442-41f7-92b2-4df3de0200c0",
"SSCCNumber": "sample string 19",
"ProductId": "761b4a72-ce66-4192-a6b0-4316b88bd669",
"PangId": "4baff724-3138-444f-b682-ab334630bffe",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "a536533c-0b23-4452-872b-db99d7a7da35",
"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-25T10:46:57.2334744+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ceb94e69-3162-4628-ac4f-22314707fb6e",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T10:46:57.2334744+02:00"
},
{
"Id": "a872af39-ed64-4f23-8c22-c81f4f20ff22",
"OwnerId": "7ff5437b-e468-450f-9c10-f0a8ab588baa",
"CustomerId": "8db00c6c-2879-42c4-b778-61737f466aa4",
"DispatchLocationId": "184aefd3-5f83-48bb-9e32-f1d5ec54b349",
"LocationId": "e860ad79-1c0e-40f0-94c5-60a61b5b3aeb",
"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": "c0c9b2ba-4c9a-46e0-9249-5ed638a3b69f",
"SalesOrderLineId": "2600d2d6-e442-41f7-92b2-4df3de0200c0",
"SSCCNumber": "sample string 19",
"ProductId": "761b4a72-ce66-4192-a6b0-4316b88bd669",
"PangId": "4baff724-3138-444f-b682-ab334630bffe",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "a536533c-0b23-4452-872b-db99d7a7da35",
"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-25T10:46:57.2334744+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ceb94e69-3162-4628-ac4f-22314707fb6e",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T10:46:57.2334744+02:00"
}
]