CustomerGroup
Customer group for B2B pricing
type CustomerGroup {
code: String!
description: String
discountPercent: Float!
id: ID!
name: String!
taxExempt: Boolean!
}
Fields
CustomerGroup.code ● String! non-null scalar
Group code
CustomerGroup.description ● String scalar
Group description
CustomerGroup.discountPercent ● Float! non-null scalar
Default discount percentage (0-100)
CustomerGroup.id ● ID! non-null scalar
Group ID
CustomerGroup.name ● String! non-null scalar
Group name (e.g., "Wholesale", "VIP")
CustomerGroup.taxExempt ● Boolean! non-null scalar
Whether group is tax exempt
Returned By
customerGroups query
Member Of
B2BVariantPricing object