JDBC Driver for Shopify

Build 23.0.8839

DraftOrderTaxLines

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 ResourceId column, which supports the '=,IN' comparison operators.

The 本製品 processes other filters client-side within the 本製品.

For example, the following query is processed server-side:

SELECT * FROM DraftOrderTaxLines WHERE ResourceId='VALUE'

Columns

Name Type References Description
Title [KEY] String The name of the tax.
ResourceId [KEY] String

DraftOrders.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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839