Skip to main content

Arguments

accountNumber : String

The account number.

Deprecation
The 'accountNumber' field is deprecated.

Please use input object with accountNumber (+ optional accountUserId).

- Marked as deprecated on 2025-08-14.
- Scheduled for removal on or after 2025-09-14.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query loyalty points balance

Query Complexity

1

Examples

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

query LoyaltyPointsBalance($input: LoyaltyPointsBalanceInput) { loyaltyPointsBalance(input: $input) { loyaltyPoints totalMonetaryAmount } }

Variables

Response

{ "data": { "loyaltyPointsBalance": { "loyaltyPoints": 3, "totalMonetaryAmount": 4 } } }