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": "f5474726-f0e7-42f0-9eef-f627a58771d8",
"OwnerId": "d9acb18a-a31c-4374-a310-8d2e0fc75dba",
"CustomerId": "ce500278-3e63-4e41-a41b-12e348a4e725",
"DispatchLocationId": "1d0c2631-2376-45d4-ae90-a9d40fa59156",
"LocationId": "3af206c0-5f0e-40bb-bce9-65e7c792c3dd",
"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": "9cf123c5-2a9e-4909-8085-6aaaf2005a1b",
"SalesOrderLineId": "41bb8a17-7e69-46ba-a14f-0513fe340094",
"SSCCNumber": "sample string 19",
"ProductId": "1e2d3769-9194-4be6-8579-9602df0a82f5",
"PangId": "946f969d-1965-4465-9f52-dec498f2b85c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "bcad3a9e-ac95-4f41-82cd-5e58038599c0",
"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:24:59.9985008+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "1538cb96-9955-4529-a2a2-554e042b1250",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:24:59.9985008+02:00"
},
{
"Id": "f5474726-f0e7-42f0-9eef-f627a58771d8",
"OwnerId": "d9acb18a-a31c-4374-a310-8d2e0fc75dba",
"CustomerId": "ce500278-3e63-4e41-a41b-12e348a4e725",
"DispatchLocationId": "1d0c2631-2376-45d4-ae90-a9d40fa59156",
"LocationId": "3af206c0-5f0e-40bb-bce9-65e7c792c3dd",
"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": "9cf123c5-2a9e-4909-8085-6aaaf2005a1b",
"SalesOrderLineId": "41bb8a17-7e69-46ba-a14f-0513fe340094",
"SSCCNumber": "sample string 19",
"ProductId": "1e2d3769-9194-4be6-8579-9602df0a82f5",
"PangId": "946f969d-1965-4465-9f52-dec498f2b85c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "bcad3a9e-ac95-4f41-82cd-5e58038599c0",
"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:24:59.9985008+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "1538cb96-9955-4529-a2a2-554e042b1250",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:24:59.9985008+02:00"
}
]