SSIS Components for Shopify

Build 25.0.9434

CustomerStoreCreditAccounts

Retrieve customers' store credit accounts.

View-Specific Information

Select

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

  • Id supports the '=, IN' comparison operators.
  • CustomerId supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM CustomerStoreCreditAccounts WHERE Id = 'Val1'
  SELECT * FROM CustomerStoreCreditAccounts WHERE CustomerId = 'Val1'

Columns

Name Type References Description
Id [KEY] String A globally-unique ID.
CustomerId String A globally unique-id.
BalanceAmount Decimal Decimal money amount.
BalanceCurrencyCode String Currency of the money.

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