GET v1/inboundOrderLineItem/{inboundOrderLineItemID}/detail
Retrieve detailed information about a specific Inbound Order by unique identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inboundOrderLineItemID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InboundOrderItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InboundOrderItemID |
Unique identifier of an Inbound Order Line Item |
integer |
None. |
| ReasonForReturn | ReasonForReturnModel |
None. |
|
| InboundOrderItemType | InboundOrderItemTypeModel |
None. |
|
| Quantity |
The quantity of the SKU ordered |
decimal number |
None. |
| Pallets | integer |
None. |
|
| SKU | SKUModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"inboundOrderItemID": 1,
"reasonForReturn": {
"reasonForReturnID": 1,
"isActive": true,
"reasonForReturn": "sample string 3"
},
"inboundOrderItemType": {
"inboundOrderItemTypeID": 1,
"inboundOrderItemType": "sample string 2"
},
"quantity": 2.0,
"pallets": 3,
"sku": {
"skuId": 1,
"isActive": true,
"partNumber": "sample string 3",
"partDescription": "sample string 4",
"skuCategory": {
"skuCategoryID": 1,
"isSystem": true,
"isIntegrationControlled": true,
"isActive": true,
"skuCategory": "sample string 5"
},
"skuSubCategory": {
"skuSubCategoryId": 1,
"skuCategoryId": 2,
"skuSubCategory": "sample string 3"
},
"imageURL": "sample string 5",
"fileCount": 6,
"isNonSerialized": true,
"isLotTraceable": true,
"receiveNonSerialized": true,
"receivePreLabeled": true,
"nonSerializedSKUID": 11,
"numberPerPallet": 12,
"purchaseUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"stockUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"conversionRatio": 13.0,
"standardCost": 14.0,
"vat": 15.0,
"truckloadQuantity": 16,
"mask": "sample string 17",
"skuType": {
"skuTypeID": 1,
"skuType": "sample string 2"
},
"isIntegrationControlled": true,
"weight": 19.0,
"height": 20.0,
"length": 21.0,
"width": 22.0,
"dimensionUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"weightUOM": {
"unitOfMeasureID": 1,
"unitOfMeasure": "sample string 2",
"unitCode": "sample string 3"
},
"isCertified": true,
"certificationDate": "2025-11-08T08:23:01.8782043+00:00"
}
}