Product Object
This object represents a product, which will always contain at least one variant
Fields
#
fullTextSearchLanguage
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
remoteUpdatedAt
The date and time this entity was updated on its eCommerceProvider (this can be null if the retailer chooses not to provider it)
Usages
#
References
#
- Field product from Metadata
- Field products from Organisation
- Field products from ProductDeletePayload
Previous
PrinterBlocksUnion
Next
ProductDeletePayload