A full item object for Order calls. Helps in improving the fulfillment of orders as well as communication in post-purchase use cases.
| Property | Type | Required | Description |
|---|---|---|---|
| sku | string | true | An ID that indicates/identify the product/variant. |
| upc | string | false | Universal Product Code for the item. |
| quantity | integer | false | # of items of the SKU. Defaults to 1. |
| size | Dimension | false | Dimensions of the item. |
| weight | decimal | false | Weight in pounds (lbs) of an item. |
| price | decimal | false | Retail price of the item. |
| sale_price | decimal | false | The sale price of the item. |
| image | string | false | Link to the image file of the item. Should be a full public URL. File types accepted are JPG and PNG. |
| title | string | false | Title of the item. |
| description | string | false | Description of the item. |
| category | string | false | The category to which this item belongs |
| tags | Array of string | false | Additional information, that can be stored, for the item eg: ["93357", "Premium","MADA LUXE"] |
| itemAttributes | Attribute | false | Custom item attributes. |
