ProductType Object
Represents a type of product. It defines what attributes are available to products of this type.
Fields
#
availableAttributes
createdBy
externalId
isPriceOverrideAllowed
Boolean !
Non-null
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote, offer order lines
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
productFeatures
Features will be removed on January 2, 2025.
Non-null
Product features of this product type.
variantFeatures
Features will be removed on January 2, 2025.
Non-null
Variant features of this product type.
weight
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field productType from Query
- Field productType from Product
- Field allProductTypes from Attribute