SSIS Components for Shopify

Build 25.0.9434

ShopifyPaymentsAccountBalanceTransactionAdjustmentsOrders

Lists adjustment orders linked to a specific balance transaction.

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.

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

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

  SELECT * FROM ShopifyPaymentsAccountBalanceTransactionAdjustmentsOrders WHERE ShopifyPaymentsAccountBalanceTransactionId = 'Val1'

Columns

Name Type References Description
Link [KEY] String The link to the adjustment order resource in Shopify Payments.
Name String The name of the adjustment order, typically the Shopify order number.
Amount Decimal The adjustment order amount, expressed as a decimal value.
Fee Decimal The adjustment order fee, expressed as a decimal value.
Net Decimal The net amount of the adjustment order, expressed as a decimal value.
AmountCurrencyCode String The currency code for the adjustment order amount.
ShopifyPaymentsAccountBalanceTransactionId [KEY] String A globally unique Id for the associated Shopify Payments account balance transaction.

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