OrderTaxLines
Represents a single tax applied to the associated resource.
View-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The 本製品 processes other filters client-side within the 本製品.
- ResourceId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM OrderTaxLines
SELECT * FROM OrderTaxLines WHERE ResourceId = 'Val1'
Columns
Name | Type | References | Description |
Title [KEY] | String | The name of the tax. | |
ResourceId [KEY] | String |
Orders.Id | A globally-unique ID. |
Rate | Double | The proportion of the line item price that the tax represents as a decimal. | |
ChannelLiable | Bool | Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for this tax line. | |
RatePercentage | Double | The proportion of the line item price that the tax represents as a percentage. | |
PriceSetPresentmentMoneyAmount | Decimal | Decimal money amount. | |
PriceSetPresentmentMoneyCurrencyCode | String | Currency of the money. | |
PriceSetShopMoneyAmount | Decimal | Decimal money amount. | |
PriceSetShopMoneyCurrencyCode | String | Currency of the money. |