octoplusOffers
Octoplus Offers available for a given account_user and account combination.
Deprecation
The 'octoplusOffers' field is deprecated.The Octoplus feature is going through changes. This query is no longer available.
- Marked as deprecated on 2026-02-10.
- Scheduled for removal on or after 2026-08-10.
Arguments
Returns
[OctoplusOfferType]Possible Errors
Allowed Viewers
Query 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.
query OctoplusOffers(
$accountNumber: String!,
$slug: String
) {
octoplusOffers(
accountNumber: $accountNumber,
slug: $slug
) {
availableSitesUrl
category
claimAbility {
...OctoplusRewardClaimAbilityTypeFragment
}
claimBy
description
faqs {
...OctoplusOfferFAQsTypeFragment
}
imageUrls {
...OctoplusOfferImageUrlsTypeFragment
}
longDescription
name
partnerName
partnerSiteUrl
pointsCost
priceTag
slug
termsAndConditions
usageInstructions
}
}
Variables
{
"accountNumber": "A-A09AD815",
"slug": "report-window-against-today-himself"
}
Response
{
"data": {
"octoplusOffers": [
{
"availableSitesUrl": "street-company-respond-between-friend",
"category": "wide-prevent-six-leave-likely",
"claimAbility": OctoplusRewardClaimAbilityType,
"claimBy": "1997-11-15T21:20:20.024413+00:00",
"description": "significant-rich-create-key-my",
"faqs": [OctoplusOfferFAQsType],
"imageUrls": OctoplusOfferImageUrlsType,
"longDescription": "number-unit-style-change-heavy",
"name": "board-ago-avoid-consumer-she",
"partnerName": "project-something-eye-choose-will",
"partnerSiteUrl": "step-water-affect-however-plant",
"pointsCost": 95,
"priceTag": "society-direction-receive-yard-name",
"slug": "economic-institution-city-condition-production",
"termsAndConditions": "away-movie-newspaper-claim-heart",
"usageInstructions": "again-describe-dog-American-middle"
}
]
}
}