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": "729ef649-e3f8-4071-902c-d22959d64813",
"ClientId": "e054e35c-6fa1-4c9d-905e-547f930ded46",
"OrderId": "731a4832-dea0-4612-8d7f-68a301c54217",
"SSCCNumber": "sample string 4",
"Picked": true,
"Delivered": true,
"ProductName": "sample string 7",
"BatchNumber": "sample string 8",
"BestBefore": "2026-06-25T16:42:15.1034201+02:00",
"Quantity": 10.0,
"NetWeight": 11.0,
"Grossweight": 12.0,
"Topload": 13.0,
"IsPickItem": true,
"PackageNumber": 15,
"TemperatureControlled": 16,
"PackagingTypeId": "a71d4e24-d678-4cf7-b495-3d9ec61ee722",
"PackagingTypeName": "sample string 18",
"PackagingTypeCode": "sample string 19",
"PackagingTypeWeight": 20.0,
"Volume": 21.0,
"ProductId": "99fd5aff-b72c-4def-8e5f-d905a3195beb",
"ProductNumber": "sample string 23",
"DetailList": null
},
{
"SupplierItemId": "729ef649-e3f8-4071-902c-d22959d64813",
"ClientId": "e054e35c-6fa1-4c9d-905e-547f930ded46",
"OrderId": "731a4832-dea0-4612-8d7f-68a301c54217",
"SSCCNumber": "sample string 4",
"Picked": true,
"Delivered": true,
"ProductName": "sample string 7",
"BatchNumber": "sample string 8",
"BestBefore": "2026-06-25T16:42:15.1034201+02:00",
"Quantity": 10.0,
"NetWeight": 11.0,
"Grossweight": 12.0,
"Topload": 13.0,
"IsPickItem": true,
"PackageNumber": 15,
"TemperatureControlled": 16,
"PackagingTypeId": "a71d4e24-d678-4cf7-b495-3d9ec61ee722",
"PackagingTypeName": "sample string 18",
"PackagingTypeCode": "sample string 19",
"PackagingTypeWeight": 20.0,
"Volume": 21.0,
"ProductId": "99fd5aff-b72c-4def-8e5f-d905a3195beb",
"ProductNumber": "sample string 23",
"DetailList": null
}
]