shoptopusVoucherAvailability
Describes availability of Shoptopus Vouchers for given Octopoint amounts.
Deprecation
The 'shoptopusVoucherAvailability' 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
The values (in Octopoints) for which to return voucher availability (maximum 5 values).
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 ShoptopusVoucherAvailability($voucherValues: [Int]!) {
shoptopusVoucherAvailability(voucherValues: $voucherValues) {
availability
value
}
}
Variables
{
"voucherValues": 29
}
Response
{
"data": {
"shoptopusVoucherAvailability": [
{
"availability": true,
"value": 26
}
]
}
}