Overview
Contains information about inventory items referenced in order details.
Extends
Additional Fields
- LineItemType
- UnitPrice
- LineItemID
- AllowNegativeQuantity
- Quantity
- ItemSaleSource
- SKU
- Title
- BuyerUserID
- BuyerFeedbackRating
- SalesSourceID
- VATRate
- UnitWeight
- WarehouseLocation
| Field Name |
Data Type | Description |
|---|---|---|
| LineItemType | This field is part of the base class OrderLineItemBase | |
| UnitPrice | This field is part of the base class OrderLineItemBase | |
| LineItemID | int | |
| AllowNegativeQuantity | boolean | |
| Quantity | int | |
| ItemSaleSource | SiteToken | For example, EBAY_US |
| SKU | string | |
| Title | string | |
| BuyerUserID | string | Buyer name from the marketplace |
| BuyerFeedbackRating | string | |
| SalesSourceID | string | For example, the ebay auction ID |
| VATRate | decimal | |
| UnitWeight | decimal | (UnitOfMeasure='LB' or 'KG') i.e. <UnitWeight UnitOfMeasure="LB">8</UnitWeight> |
| WarehouseLocation | string |
Implementing this myself and I notice OrderLineItemItem doesn't contain UnitWeight or WarehouseLocation but OrderLineItemItemResponse does.