GET api/Item/ItemId/{ItemId}
Get spescific item by item Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Item
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": "a6f887b2-c119-432d-a45f-f1bcacc6de98",
"OwnerId": "cbdff1bb-dbb0-450a-bcc3-b9dfc427489e",
"CustomerId": "9c91cd39-0231-47e7-955c-a98e04be06fd",
"DispatchLocationId": "91b6a367-574a-48c6-8f77-bb8ce8026efb",
"LocationId": "18ab595d-7e6c-4c31-86f6-cfb83b3d4021",
"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": "1dac6acc-2cf7-4a5b-88e4-c15cf653f3e7",
"SalesOrderLineId": "de1fe1fa-575b-4fd7-b171-f71f5f26febe",
"SSCCNumber": "sample string 19",
"ProductId": "304e1380-071c-4c85-adb7-60d9dd888fa1",
"PangId": "66bb6de4-51fc-4268-95bd-ffb5e776f4fa",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "9e590303-3aca-415c-9ad4-9012619c1caf",
"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:03:52.5415368+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "a3c2683f-f4ac-49eb-832f-002029bdd065",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T17:03:52.5415368+02:00"
}