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": "6c618113-fa47-44bf-953b-24a8f775904f",
"OwnerId": "e1e491b4-8b4f-4c45-844a-18ca50d8f7af",
"CustomerId": "d3fb7c33-256d-4552-95aa-0390d3b40da2",
"DispatchLocationId": "7797577a-04ab-49d6-88e8-ffbdc6ec19f1",
"LocationId": "42c852af-c709-4fc1-a1af-e33b36697371",
"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": "e1ccb53b-a1e0-4eab-b4bd-e57d3457db7a",
"SalesOrderLineId": "a542d269-aee1-4a92-b3ec-98ae00eb16e0",
"SSCCNumber": "sample string 19",
"ProductId": "d15b9476-b3b2-4d8f-a5e9-770d2e249468",
"PangId": "04b91ecc-f6bf-4403-8e13-3a8491d1fac5",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "773a5304-7e9f-4b4f-b646-301fc1e94064",
"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:40.260884+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "1d4d769d-4753-4f0b-9803-e5d5eeffea32",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:40.260884+02:00"
},
{
"Id": "6c618113-fa47-44bf-953b-24a8f775904f",
"OwnerId": "e1e491b4-8b4f-4c45-844a-18ca50d8f7af",
"CustomerId": "d3fb7c33-256d-4552-95aa-0390d3b40da2",
"DispatchLocationId": "7797577a-04ab-49d6-88e8-ffbdc6ec19f1",
"LocationId": "42c852af-c709-4fc1-a1af-e33b36697371",
"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": "e1ccb53b-a1e0-4eab-b4bd-e57d3457db7a",
"SalesOrderLineId": "a542d269-aee1-4a92-b3ec-98ae00eb16e0",
"SSCCNumber": "sample string 19",
"ProductId": "d15b9476-b3b2-4d8f-a5e9-770d2e249468",
"PangId": "04b91ecc-f6bf-4403-8e13-3a8491d1fac5",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "773a5304-7e9f-4b4f-b646-301fc1e94064",
"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:40.260884+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "1d4d769d-4753-4f0b-9803-e5d5eeffea32",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:40.260884+02:00"
}
]