claimOctoplusReward
Claim an Octoplus Reward.
Deprecation
The 'claimOctoplusReward' field is deprecated.The Octoplus feature is going through changes. This mutation is no longer available.
- Marked as deprecated on 2026-02-10.
- Scheduled for removal on or after 2026-08-10.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
Can redeem loyalty pointsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation ClaimOctoplusReward(
$accountNumber: String!,
$offerSlug: String!
) {
claimOctoplusReward(
accountNumber: $accountNumber,
offerSlug: $offerSlug
) {
rewardId
}
}
Variables
{
"accountNumber": "A-1EC011F8",
"offerSlug": "teach-site-phone-program-garden"
}
Response
{
"data": {
"claimOctoplusReward": {
"rewardId": "26161852"
}
}
}