GET api/Item/SSCC/{SSCC}
Get spesific item by SSCC number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SSCC | string |
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": "a3281002-9101-4887-b183-c61d86a7947e",
"OwnerId": "a8bc8d46-9e56-45a8-9efd-84c6b522edef",
"CustomerId": "0cf0010e-b3db-4bf9-9c12-057885b8eb3c",
"DispatchLocationId": "a0fec20d-3b3d-429e-8c6d-6b87b1a02f63",
"LocationId": "5ac8fb42-404f-4c2b-b9c3-a7f3a41c591e",
"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": "ccb17300-ff4a-4daf-b9fc-9df3bcef0dc0",
"SalesOrderLineId": "c1e2eac3-3da3-43f8-9ee9-aaaf476d25a3",
"SSCCNumber": "sample string 19",
"ProductId": "c520ae7d-0206-43c4-8170-c4bcc92750f3",
"PangId": "31f16e14-b88a-48c0-b83d-74c5b36fe794",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "0e7db9d7-ef24-4f19-9862-2d668f02d345",
"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:22:48.3915139+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "7b0994a9-dae1-477a-88bb-7e1e26b1c148",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:22:48.3915139+02:00"
}