Store Credits
Store Credit operations and a balance of a customer
Returns a balance and a history of store credit operations for the given customer id.
🔒 Requires: store_credits:read scope
get/store_credits/{customerId}
Path parameters
customerIdstring uuid required
Customer id
Response
The store credit details for the given customer.
Example response
{
"store_credit_transactions": [
{
"created_at": "2026-01-02T15:04:05Z"
}
]
}