SMART Return OrderLine Model.
| Property | Description | Required | Data Type |
|---|---|---|---|
| SKU | The SKU of the product or service ordered. | True | string |
| Name | The name of the product or service. | True | String |
| Description | A description of the product or service. | false | String |
| ImageURL | A URL for an image of the product or service. | True | string |
| Price | The total price of the product or service. | True | Decimal |
| Quantity | The volume of the product ordered (at least 1). | True | int |
| Category | Category the product fits into. | False | string |
| ReturnDays | The number of days after the purchase date the product can still be returned. | False | int |
| Height | The height of the product. | False | int |
| Width | The width of the product. | False | int |
| Depth | The depth of the product. | False | int |