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": "bd554d5c-ae6b-40d8-a3af-d1eeb29a3cb4",
"OwnerId": "463a4f61-d3a8-47c8-a50c-afe766a23fd1",
"CustomerId": "bc83d5c3-065b-43e4-bf25-84bc3969b85d",
"DispatchLocationId": "fe2bb819-25e2-4b12-b54a-383e2ef18efc",
"LocationId": "bd364fcc-bbfa-4627-a336-cb6c2834ed59",
"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": "dd6444c3-0171-4158-92a3-93085eebef9d",
"SalesOrderLineId": "731808e9-8688-4de0-a1e1-ded48a28def7",
"SSCCNumber": "sample string 19",
"ProductId": "a60403b1-8be1-4819-8247-eb8bf14b6baf",
"PangId": "aaa11df0-3e68-4688-a7ba-18fb80ec9acd",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "a638ee4e-780a-4de2-be12-ba6d7919dc4d",
"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-25T17:06:33.3541544+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "45f7620a-a669-4e83-99b7-4c8ff729b20c",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T17:06:33.3541544+02:00"
},
{
"Id": "bd554d5c-ae6b-40d8-a3af-d1eeb29a3cb4",
"OwnerId": "463a4f61-d3a8-47c8-a50c-afe766a23fd1",
"CustomerId": "bc83d5c3-065b-43e4-bf25-84bc3969b85d",
"DispatchLocationId": "fe2bb819-25e2-4b12-b54a-383e2ef18efc",
"LocationId": "bd364fcc-bbfa-4627-a336-cb6c2834ed59",
"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": "dd6444c3-0171-4158-92a3-93085eebef9d",
"SalesOrderLineId": "731808e9-8688-4de0-a1e1-ded48a28def7",
"SSCCNumber": "sample string 19",
"ProductId": "a60403b1-8be1-4819-8247-eb8bf14b6baf",
"PangId": "aaa11df0-3e68-4688-a7ba-18fb80ec9acd",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "a638ee4e-780a-4de2-be12-ba6d7919dc4d",
"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-25T17:06:33.3541544+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "45f7620a-a669-4e83-99b7-4c8ff729b20c",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T17:06:33.3541544+02:00"
}
]