Skip to main content
Retrieve all rewards configured for the shop, split into regular rewards and tiered rewards (rewards locked behind VIP tiers). The response also carries the shop’s loyalty mode and currency so you can format costs correctly.

Usage

Response

boolean
Whether the request was successful.
array
Rewards available to all customers.
array
Rewards restricted to specific VIP tiers. Same shape as regularRewards.
string
The shop’s currency symbol, e.g. "$".
string | null
The subscription app powering “apply to subscription”, or null when none is connected.
string
"points" or "store_credit". In store-credit mode pointsCost values are minor currency units. See Loyalty modes.
string
The shop’s ISO currency code.

Sample response