SSIS Components for Shopify

Build 25.0.9434

DraftOrderLineItemTaxLines

Shows tax lines applied to individual draft order items.

View-Specific Information

Select

The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.

  • ResourceId supports the '=, IN' comparison operators.

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

  SELECT * FROM DraftOrderLineItemTaxLines WHERE ResourceId = 'Val1'

Columns

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

DraftOrderLineItems.Id

The globally unique identifier of the draft order line item associated with this tax line.
Source String The system or source that applied the tax.
Rate Double The portion of the line item price that the tax represents, expressed as a decimal value.
ChannelLiable Bool Indicates whether the sales channel that submitted the tax line is responsible for remitting the tax. Returns null if liability is unknown.
RatePercentage Double The portion of the line item price that the tax represents, expressed as a percentage.
PriceSetPresentmentMoneyAmount Decimal The tax amount in the presentment currency, expressed as a decimal money value.
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 money value.
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