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": "2aa6ea4b-094a-44ff-a0c8-5efed1e3bfb1",
"OwnerId": "b1d04bde-3203-4744-8475-3930b43fa893",
"CustomerId": "7b757c35-5f0e-4afe-bfe4-46fbfd19defd",
"DispatchLocationId": "a0cb3e06-6a2d-455b-8e4f-6d1ab300cb35",
"LocationId": "ff3e2d08-3bbf-41e3-9c99-fd8092be67d5",
"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": "72eb7c6d-c3e9-4305-9b1d-188177d73dd4",
"SalesOrderLineId": "4d91d7b4-6762-44c0-87d5-bf070c1fe5b2",
"SSCCNumber": "sample string 19",
"ProductId": "380b677e-7069-48bb-9bb7-5541aca24196",
"PangId": "f56e19af-e891-48b3-8936-9dc72dde7779",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "dc5ddfaf-291b-4367-a3b4-417ffc2b3f3c",
"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:46.6344138+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "49ad57a8-fa92-4214-ad5a-91742615dfcb",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:46.6344138+02:00"
},
{
"Id": "2aa6ea4b-094a-44ff-a0c8-5efed1e3bfb1",
"OwnerId": "b1d04bde-3203-4744-8475-3930b43fa893",
"CustomerId": "7b757c35-5f0e-4afe-bfe4-46fbfd19defd",
"DispatchLocationId": "a0cb3e06-6a2d-455b-8e4f-6d1ab300cb35",
"LocationId": "ff3e2d08-3bbf-41e3-9c99-fd8092be67d5",
"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": "72eb7c6d-c3e9-4305-9b1d-188177d73dd4",
"SalesOrderLineId": "4d91d7b4-6762-44c0-87d5-bf070c1fe5b2",
"SSCCNumber": "sample string 19",
"ProductId": "380b677e-7069-48bb-9bb7-5541aca24196",
"PangId": "f56e19af-e891-48b3-8936-9dc72dde7779",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "dc5ddfaf-291b-4367-a3b4-417ffc2b3f3c",
"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:46.6344138+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "49ad57a8-fa92-4214-ad5a-91742615dfcb",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:46:46.6344138+02:00"
}
]