DraftOrderLineItemTaxLines
Shows tax line details applied to individual draft order line items.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- ResourceId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM DraftOrderLineItemTaxLines WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| Title [KEY] | String | The display name or label of the tax applied to the draft order line item. | |
| ResourceId [KEY] | String | A globally unique identifier referencing the specific draft order line item that this tax line applies to. | |
| Source | String | The origin or system responsible for calculating the tax, such as Shopify or an external tax provider. | |
| Rate | Double | The tax rate expressed as a decimal value representing the portion of the item's price that is taxed. For example, a 5% tax would be represented as 0.05. | |
| ChannelLiable | Bool | Indicates whether the sales channel that submitted the draft order is responsible for remitting this tax. A value of null means the liability is unknown. | |
| RatePercentage | Double | The tax rate expressed as a percentage of the item's price. For example, 5 represents a 5% tax rate. | |
| PriceSetPresentmentMoneyAmount | Decimal | The total tax amount in the customer's presentment currency. | |
| PriceSetPresentmentMoneyCurrencyCode | String | The ISO currency code for the tax amount in the presentment currency. | |
| PriceSetShopMoneyAmount | Decimal | The total tax amount in the shop's primary currency. | |
| PriceSetShopMoneyCurrencyCode | String | The ISO currency code for the tax amount in the shop's primary currency. |