Types > CustomerGroup
Commerce APITypesCustomerGroup
CustomerGroup

Description

Topic: Customer Groups

Fields

created_at: String!

The date and time when the customer group was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique customer group identifier. See also: Unique Identifiers

Example: "cg_EQzGqWoY"


name: String!

Name of the customer group

Example: "Retailers"


tax_exempt: Boolean!

Makes all customers in the customer group as tax-exempt, customers will not be charged any taxes

Example: false


updated_at: String!

The date and time when the customer group was updated

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Mutations

customerGroupsCreate, customerGroupsModify

Queries

customerGroups

Types

Customer, CustomerGroupPrice, InventoryRuleCondition, MinCustomerGroupPrice, PromotionCondition, ReturnPolicyCondition, TaxRuleCondition

Preview (typescript)

Loading module