CData Python Connector for Shopify

Build 25.0.9454

FulfillmentLineItemTaxLines

Displays tax lines applied to fulfillment line items for accurate accounting.

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

Columns

Name Type References Description
Title [KEY] String The display name of the tax applied to the fulfillment line item, such as Sales Tax or VAT.
ResourceId [KEY] String

FulfillmentLineItems.Id

A globally unique identifier representing this specific tax line record.
Source String Indicates the origin of the tax calculation, such as an external tax service, Shopify, or a third-party app.
Rate Double The tax rate expressed as a decimal value, representing the proportion of the line item price that is taxed.
ChannelLiable Bool Indicates whether the sales channel that submitted the order is responsible for remitting the collected tax. A null value means the liability is unknown.
RatePercentage Double The tax rate expressed as a percentage of the line item's price.
PriceSetPresentmentMoneyAmount Decimal The tax amount in the customer's presentment currency.
PriceSetPresentmentMoneyCurrencyCode String The ISO currency code corresponding to the customer's presentment currency for the tax amount.
PriceSetShopMoneyAmount Decimal The tax amount in the shop's base currency.
PriceSetShopMoneyCurrencyCode String The ISO currency code representing the shop's base currency for the tax amount.

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