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 | Decimal | ||
| Price | Decimal | ||
| Quantity | Integer | ||
| Discount | Decimal | ||
| JobRecurringId | Integer | ||
| SpecialAmount | Decimal | ||
| SpecialId | Integer | ||
| SpecialPctOrAmount | Integer | ||
| SubscriptionPlan | String | ||
| ProductDescription | String | ||
| ProductId | Integer | ||
| ProductName | String | ||
| IsProductShippable | Boolean | ||
| ProductSku | String | ||
| IsProductTaxable | Boolean |