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": "13ef3f99-6c0d-413f-9347-660df0b04015",
"OwnerId": "67a5853a-d8a7-40c9-8dd7-c2f7246e5a50",
"CustomerId": "d934237e-e9fc-49bc-b63a-8dce4c52ce0d",
"DispatchLocationId": "548453cd-aff5-4133-bc3d-8d78e8ad18be",
"LocationId": "051d18f2-eabc-4c36-aa13-ae8287802c15",
"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": "49f6726a-2214-4dad-ae70-4ae79176b90c",
"SalesOrderLineId": "3f4cd3f0-19d7-4b8d-befe-3d0746155747",
"SSCCNumber": "sample string 19",
"ProductId": "6c3b7f50-10e0-48d5-baa9-556cf7b70346",
"PangId": "d97cc33d-5435-4758-a43d-bd0d291c0e2a",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c77895f5-ca08-41cb-b174-a8a8499af2cb",
"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:30:47.415496+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "86a85614-b6bc-475b-a70a-57321ef7cb25",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:30:47.415496+02:00"
},
{
"Id": "13ef3f99-6c0d-413f-9347-660df0b04015",
"OwnerId": "67a5853a-d8a7-40c9-8dd7-c2f7246e5a50",
"CustomerId": "d934237e-e9fc-49bc-b63a-8dce4c52ce0d",
"DispatchLocationId": "548453cd-aff5-4133-bc3d-8d78e8ad18be",
"LocationId": "051d18f2-eabc-4c36-aa13-ae8287802c15",
"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": "49f6726a-2214-4dad-ae70-4ae79176b90c",
"SalesOrderLineId": "3f4cd3f0-19d7-4b8d-befe-3d0746155747",
"SSCCNumber": "sample string 19",
"ProductId": "6c3b7f50-10e0-48d5-baa9-556cf7b70346",
"PangId": "d97cc33d-5435-4758-a43d-bd0d291c0e2a",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c77895f5-ca08-41cb-b174-a8a8499af2cb",
"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:30:47.415496+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "86a85614-b6bc-475b-a70a-57321ef7cb25",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:30:47.415496+02:00"
}
]