Mutations
createCustomerGroup
Create a new customer group with a unique key, display name, and color. Use upsertCustomerGroup instead if you need idempotent create-or-update behaviour. Requires customerGroup:create permission.
MUTATION
createCustomerGroup(input: CreateCustomerGroupInput!): CreateCustomerGroupOutput!Arguments
input
required
Returns
customerGroup
error
Mutation
Variables
Response
Mutation
Variables
Response

