ADO.NET Provider for Shopify

Build 25.0.9434

FulfillmentLineItemTaxLines

Shows tax lines on fulfillment line items where applicable.

View-Specific Information

Select

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

  • 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 name of the applied tax.
ResourceId [KEY] String

FulfillmentLineItems.Id

The globally unique identifier of the tax line record.
Source String The source system or origin of the tax calculation.
Rate Double The tax rate expressed as a decimal (for example, 0.05 for 5%).
ChannelLiable Bool Indicates whether the sales channel that submitted the tax line is responsible for remittance. A null value means the liability is unknown.
RatePercentage Double The tax rate expressed as a percentage of the line item price.
PriceSetPresentmentMoneyAmount Decimal The tax amount in the presentment currency.
PriceSetPresentmentMoneyCurrencyCode String The currency code for the tax amount in presentment money.
PriceSetShopMoneyAmount Decimal The tax amount in the shop's currency.
PriceSetShopMoneyCurrencyCode String The currency code for the tax amount in shop money.

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