CData Python Connector for Shopify

Build 25.0.9454

AbandonedCheckoutTaxLines

Shows individual tax components applied to abandoned checkouts for reporting and calculation consistency.

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

Columns

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

AbandonedCheckouts.Id

A unique identifier linking this tax record to its associated abandoned checkout.
Source String The origin or system that determined and applied the tax, such as Shopify or an external tax service.
Rate Double The tax rate expressed as a decimal fraction of the line item's price. For example, 0.08 for an 8% tax.
ChannelLiable Bool Indicates whether the selling channel that created the checkout is responsible for remitting the tax. A null value means liability is unknown.
RatePercentage Double The tax rate expressed as a percentage of the line item's price. For example, 8 for an 8% tax.
PriceSetPresentmentMoneyAmount Decimal The tax amount for this line item in the customer's presentment currency.
PriceSetPresentmentMoneyCurrencyCode String The currency code representing the customer's presentment currency for the tax amount.
PriceSetShopMoneyAmount Decimal The tax amount for this line item in the shop's base currency.
PriceSetShopMoneyCurrencyCode String The 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