Cmdlets for Shopify

Build 25.0.9434

CustomerStoreCreditAccounts

Lists customers' store credit accounts with balances and status.

View-Specific Information

Select

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

  • 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 The globally unique identifier of the customer store credit account.
CustomerId String The globally unique identifier of the customer associated with this store credit account.
BalanceAmount Decimal The current balance of the store credit account, expressed as a decimal money value.
BalanceCurrencyCode String The currency code of the store credit account balance.

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