Store Credits
Get store credit usage for the store
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
get/store_credits
Query parameters
page_sizeinteger
The maximum number of items to be returned in the response
includes[]string
Include supplementary data. The only valid value for includes[] is 'customer'.
Response
The list of store credit customers.
Example response
[
{
"store_credit_transactions": [
{
"created_at": "2026-01-02T15:04:05Z"
}
]
}
]