OrderItems
Retrieves a list of order items for a given order.
Columns
| Name | Type | References | |
| OrderId | Integer |
Orders.Id | |
| Id [KEY] | Integer | ||
| Name | String | ||
| Description | String | ||
| Notes | String | ||
| Type | String | ||
| Cost | Double | ||
| Price | Double | ||
| Quantity | Integer | ||
| Discount | String | ||
| ProductDescription | String | ||
| ProductId | Integer | ||
| ProductName | String | ||
| ProductShippable | Boolean | ||
| ProductSku | String | ||
| ProductTaxable | Boolean |