GET api/SupplierItem/Order/ClientId/{ClientId}/OrderId/{OrderId}
Get available supplier order items with details by ClientId and OrderId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| OrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SupplierItem| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierItemId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| OrderId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| Picked | boolean |
None. |
|
| Delivered | boolean |
None. |
|
| ProductName | string |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| Grossweight | decimal number |
None. |
|
| Topload | decimal number |
None. |
|
| IsPickItem | boolean |
None. |
|
| PackageNumber | integer |
None. |
|
| TemperatureControlled | integer |
None. |
|
| PackagingTypeId | globally unique identifier |
None. |
|
| PackagingTypeName | string |
None. |
|
| PackagingTypeCode | string |
None. |
|
| PackagingTypeWeight | decimal number |
None. |
|
| Volume | decimal number |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductNumber | string |
None. |
|
| DetailList | Collection of SupplierItemDetail |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SupplierItemId": "9c644634-fb34-4283-ba6a-18029bf5e28c",
"ClientId": "b6925475-b958-4dc9-b140-88a273a0406e",
"OrderId": "3a8f99d7-8f14-412d-a81f-d5c3904374f7",
"SSCCNumber": "sample string 4",
"Picked": true,
"Delivered": true,
"ProductName": "sample string 7",
"BatchNumber": "sample string 8",
"BestBefore": "2026-06-25T16:20:57.3540799+02:00",
"Quantity": 10.0,
"NetWeight": 11.0,
"Grossweight": 12.0,
"Topload": 13.0,
"IsPickItem": true,
"PackageNumber": 15,
"TemperatureControlled": 16,
"PackagingTypeId": "1a26c0a3-fdb6-4291-a68e-5a21d2fe75ab",
"PackagingTypeName": "sample string 18",
"PackagingTypeCode": "sample string 19",
"PackagingTypeWeight": 20.0,
"Volume": 21.0,
"ProductId": "9f53e4cf-bbc5-4166-90c3-69c4f59f6d84",
"ProductNumber": "sample string 23",
"DetailList": null
},
{
"SupplierItemId": "9c644634-fb34-4283-ba6a-18029bf5e28c",
"ClientId": "b6925475-b958-4dc9-b140-88a273a0406e",
"OrderId": "3a8f99d7-8f14-412d-a81f-d5c3904374f7",
"SSCCNumber": "sample string 4",
"Picked": true,
"Delivered": true,
"ProductName": "sample string 7",
"BatchNumber": "sample string 8",
"BestBefore": "2026-06-25T16:20:57.3540799+02:00",
"Quantity": 10.0,
"NetWeight": 11.0,
"Grossweight": 12.0,
"Topload": 13.0,
"IsPickItem": true,
"PackageNumber": 15,
"TemperatureControlled": 16,
"PackagingTypeId": "1a26c0a3-fdb6-4291-a68e-5a21d2fe75ab",
"PackagingTypeName": "sample string 18",
"PackagingTypeCode": "sample string 19",
"PackagingTypeWeight": 20.0,
"Volume": 21.0,
"ProductId": "9f53e4cf-bbc5-4166-90c3-69c4f59f6d84",
"ProductNumber": "sample string 23",
"DetailList": null
}
]