Mutations
addCustomerToCustomerGroups
Add a customer to one or more customer groups (up to 25 at once), identified by group ID, key, or external ID. Memberships that already exist are silently skipped, making this operation safe to call repeatedly. Returns only the newly created memberships. Requires customerGroupMembership:create permission.
MUTATION
addCustomerToCustomerGroups(input: AddCustomerToCustomerGroupsInput!): AddCustomerToCustomerGroupsOutput!Arguments
input
required
customerGroupMemberships
error
Mutation
Variables
Response
Mutation
Variables
Response

