SalesOrderItem
An individual item in a sales order
Name | Type | Nullable? | Description |
---|---|---|---|
adjustments | Charge[] | ✔ | A list of adjustments applied that influence the order total. For example, promotions/discounts/coupons. The amount should always be a quantify of currency, not a percentage. |
description | string | A description of the sales order item - which may differ from the product description | |
item_url | string | ✔ | The url for the item being purchased |
line_item_id | string | ✔ | An ID for the line item for the vendor API |
modified_date_time | string | ✔ | The (ISO 8601) datetime (UTC) associated with when this item was last modified @example "2021-03-31T18:21:14.858Z" |
product | ✔ | The product associated with this order item | |
quantity | number | The item quantity for this sales order item | |
shipping_charges | Charge[] | ✔ | A list of shipping charges. |
taxes | Charge[] | ✔ | A list of tax charges. The description can convey the jurisdiction |
unit_price | number | ✔ | The amount of the currency per unit |