List Store Credit Accounts
Retrieve a list of store credit accounts. The store credit accounts can be filtered by fields such as id
. The store credit accounts can also be sorted or paginated.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Comma-separated fields that should be included in the returned data.
if a field is prefixed with +
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.
The fields and relations to retrieve separated by commas.
Learn more in the API reference.
Filter by the store credit account's ID. Filter by a store credit account ID.
Filter by customer ID(s) to retrieve their store credit accounts. Filter by a customer ID to retrieve their store credit accounts.
Filter by the associated transaction group's ID. Filter by the associated transaction group ID.
Filter by currency code(s) to retrieve store credit accounts in specific currencies. Filter by a currency code to retrieve store credit accounts in that currency.
"usd"
Filter by a store credit account's creation date.
Filter by a store credit account's update date.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Limit the number of items returned in the list.
The number of items to skip when retrieving a list.
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -
.
Response
OK
The paginated list of store credit accounts.