Skip to main content
POST
/
subscriptions
/
cp
/
api
/
loyalty-integration
/
redeem
Redeem loyalty points for a reward
curl --request POST \
  --url https://www.myshop.com/apps/subscriptions/cp/api/loyalty-integration/redeem
"LOYALTY500-ABC123"

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

customerId
string
required

Customer ID (Shopify GraphQL ID format)

redeemOptionId
integer<int64>
required

ID of the redemption option to redeem

points
integer<int64>

Number of points to redeem (for variable point redemptions)

Response

Points redeemed successfully