Get a single shipment item.
GET
/shipments/{shipmentID}/items/{orderID}/{lineItemID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessShipmentAdminShipmentReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
shipmentID | Required | string | ID of the shipment. | --- |
orderID | Required | string | ID of the order. | --- |
lineItemID | Required | string | ID of the line item. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OrderID | string | --- | --- | --- | ||
LineItemID | string | --- | --- | --- | ||
QuantityShipped | integer | int32 | --- | --- | ||
UnitPrice | Read Only | number | float | --- | --- | |
CostCenter | Read Only | string | --- | --- | --- | |
DateNeeded | Read Only | string | date-time | --- | --- | |
Product | Read Only | object | --- | --- | --- | |
Variant | Read Only | object | --- | --- | --- | |
Specs | Read Only | array | --- | --- | --- | |
xp | Read Only | object | --- | --- | --- |