Shell · Capability
Shell Loyalty Program
Unified Shell Go+ loyalty program workflow combining account management, points tracking, rewards catalogue, offer assignment, and redemption. Designed for partners integrating Shell loyalty into digital apps and services.
What You Can Do
POST
Enroll member
— Enroll a new loyalty program member
/v1/loyalty-accounts
GET
Get account
— Get loyalty account details
/v1/loyalty-accounts/{id}
GET
Get balance
— Get current points balance
/v1/loyalty-accounts/{id}/balance
POST
Redeem points
— Redeem points for a reward
/v1/loyalty-accounts/{id}/redeem
GET
List transactions
— Get loyalty transaction history
/v1/loyalty-accounts/{id}/transactions
GET
List rewards
— List available rewards
/v1/rewards
GET
List offers
— List available offers
/v1/loyalty-accounts/{id}/offers
MCP Tools
enroll-loyalty-member
Enroll a new customer in Shell Go+ loyalty program
get-loyalty-account
Retrieve Shell Go+ loyalty account profile and tier information
read-only
get-points-balance
Get current redeemable and pending points balance for a loyalty account
read-only
redeem-loyalty-points
Redeem loyalty points for a reward from the Shell catalogue
list-rewards-catalogue
Browse available rewards in Shell Go+ loyalty catalogue
read-only
list-loyalty-transactions
Get loyalty points earn and redeem transaction history
read-only
list-available-offers
List personalized loyalty offers available for a member account
read-only
APIs Used
shell-loyalty