OrderLineItemTaxLines
Shows tax lines calculated for an order line item.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- ResourceId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM OrderLineItemTaxLines WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| Title [KEY] | String | The name of the tax. | |
| ResourceId [KEY] | String | A globally unique Id for the resource associated with the tax line. | |
| Source | String | The source of the tax. | |
| Rate | Double | The proportion of the line item price that the tax represents, as a decimal value. | |
| ChannelLiable | Bool | Indicates whether the channel that submitted the tax line is liable for remitting it. A null value indicates that liability is unknown. | |
| RatePercentage | Double | The proportion of the line item price that the tax represents, as a percentage. | |
| PriceSetPresentmentMoneyAmount | Decimal | The tax amount, in presentment currency, as a decimal value. | |
| PriceSetPresentmentMoneyCurrencyCode | String | The ISO currency code for the presentment currency of the tax amount. | |
| PriceSetShopMoneyAmount | Decimal | The tax amount, in shop currency, as a decimal value. | |
| PriceSetShopMoneyCurrencyCode | String | The ISO currency code for the shop currency of the tax amount. |