Types > VariantCustomerGroupPrice
Commerce APITypesVariantCustomerGroupPrice
VariantCustomerGroupPrice

Description

Fields

customer_group_id: String!

Unique customer group identifier. See also: Unique Identifiers

Example: "cg_EQzGqWoY"

Valid when: customer_group_id matches regexp pattern: ^cg_


price: Int!

Price specific to given customer group

Example: 0

Valid when: price is a positive integer


tiered_pricing: TieredPricingCreate


Used By

Types

ProductVariantCreate, ProductVariantModify

Preview (typescript)

Loading module