setLoyaltyPointsUser
Set the Loyalty Points user for the account.
Arguments
Input fields for saving the Loyalty Points user.
Possible Errors
Allowed Viewers
Required Permissions
Can set loyalty points userQuery 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 SetLoyaltyPointsUser($input: SetLoyaltyPointsUserInput!) {
setLoyaltyPointsUser(input: $input) {
newLoyaltyPointsUserId
}
}
Variables
{
"input": SetLoyaltyPointsUserInput
}
Response
{
"data": {
"setLoyaltyPointsUser": {
"newLoyaltyPointsUserId": "62829070"
}
}
}