DraftOrderItemTaxLines
Query draft order items tax lines.
Columns
Name | Type | References | Description |
LineNumber [KEY] | Long | A unique numeric identifier for the table. | |
ItemId | Long |
DraftOrderItems.ItemId | The id of the draft line item. |
DraftOrderId | Long |
DraftOrders.Id | The id of the draft. |
TaxTitle | String | The name of the tax. | |
TaxRate | Decimal | The rate of tax to be applied. | |
TaxPrice | Decimal | The amount of tax to be charged. |