v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Store Credits

Bulk Store Credit customers

Returns all the store credit customers in a store with their store credit balance and a list of last store credit transactions for each customer

🔒 Requires: store_credits:read scope

post/store_credits/bulk

Request body

string[] required

Response

A list of customers with associated store credit balances.

Example response

{
  "data": [
    {
      "store_credit_transactions": [
        {
          "created_at": "2026-01-02T15:04:05Z"
        }
      ]
    }
  ]
}