JDBC Driver for Shopify

Build 25.0.9434

DraftOrderTaxLines

Shows tax lines applied at the draft order level.

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 DraftOrderTaxLines WHERE ResourceId = 'Val1'

Columns

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

DraftOrders.Id

The globally unique identifier of the tax line resource.
Source String The origin or system that applied the tax.
Rate Double The proportion of the line item price represented by the tax, expressed as a decimal.
ChannelLiable Bool Indicates whether the sales channel that submitted the tax line is responsible for remitting it. A null value means liability is unknown.
RatePercentage Double The proportion of the line item price represented by the tax, expressed as a percentage.
PriceSetPresentmentMoneyAmount Decimal The tax amount in the presentment currency, expressed as a decimal.
PriceSetPresentmentMoneyCurrencyCode String The currency code of the tax amount in the presentment currency.
PriceSetShopMoneyAmount Decimal The tax amount in the shop currency, expressed as a decimal.
PriceSetShopMoneyCurrencyCode String The currency code of the tax amount in the shop currency.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434