OrderLineItemTaxLines
Displays tax line information applied to specific order 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 OrderLineItemTaxLines WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| Title [KEY] | String | The descriptive name of the tax applied to the order line item, such as 'Sales Tax' or 'VAT'. | |
| ResourceId [KEY] | String | A globally unique identifier representing the tax record associated with the specific line item. | |
| Source | String | Identifies where the tax was calculated or applied, such as an external tax service, a channel integration, or Shopify's internal tax engine. | |
| Rate | Double | The decimal representation of the tax rate applied to the line item. For example, a 7% tax rate is stored as 0.07. | |
| ChannelLiable | Bool | Indicates whether the sales channel (for example, a marketplace or external app) is responsible for collecting and remitting this tax. A null value means liability is unknown or not applicable. | |
| RatePercentage | Double | The percentage representation of the tax rate applied to the line item. For example, a value of 7.0 represents a 7% tax. | |
| PriceSetPresentmentMoneyAmount | Decimal | The total tax amount applied to the line item, expressed in the customer's presentment currency. | |
| PriceSetPresentmentMoneyCurrencyCode | String | The ISO currency code for the presentment currency in which the tax amount is displayed to the customer. | |
| PriceSetShopMoneyAmount | Decimal | The total tax amount applied to the line item, expressed in the shop's base currency. | |
| PriceSetShopMoneyCurrencyCode | String | The ISO currency code for the shop's base currency in which the tax amount is recorded. |