FulfillmentLineItemTaxLines
Shows tax lines on fulfillment line items where applicable.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- ResourceId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM FulfillmentLineItemTaxLines WHERE ResourceId = 'Val1'
Columns
| Name | Type | References | Description |
| Title [KEY] | String | The name of the applied tax. | |
| ResourceId [KEY] | String | The globally unique identifier of the tax line record. | |
| Source | String | The source system or origin of the tax calculation. | |
| Rate | Double | The tax rate expressed as a decimal (for example, 0.05 for 5%). | |
| ChannelLiable | Bool | Indicates whether the sales channel that submitted the tax line is responsible for remittance. A null value means the liability is unknown. | |
| RatePercentage | Double | The tax rate expressed as a percentage of the line item price. | |
| PriceSetPresentmentMoneyAmount | Decimal | The tax amount in the presentment currency. | |
| PriceSetPresentmentMoneyCurrencyCode | String | The currency code for the tax amount in presentment money. | |
| PriceSetShopMoneyAmount | Decimal | The tax amount in the shop's currency. | |
| PriceSetShopMoneyCurrencyCode | String | The currency code for the tax amount in shop money. |