Product Object
This object represents a product, which will always contain at least one variant
Fields
#
handle
String !
Non-null
The handle of the product, which is the original display name in all lower case, and with all non-alphanumeric characters removed and spaces replaced with hyphens.
productGroups
[ ProductGroup !]!
Non-null
An array of product groups which this product is a member of
productVariants
[ ProductVariant !]!
Non-null
An array of product variants which are associated with this product
Usages
#
References
#
- Field product from Metadata
- Field products from Organisation
- Field products from ProductDeletePayload
Previous
PowerTileBackgroundType
Next
ProductDeletePayload