ENUM
CatalogRulesKeyEnum
Key for Catalog Rules.
link GraphQL Schema definition
- enum CatalogRulesKeyEnum {
- # The description of the parent product. Combine this with an operator like
- # GREATER_THAN to define a rule that the description should be >15 characters
- # long.
- # The image that represents the main product.
- # Height of image in pixels.
- # Width of image in pixels.
- # Title of the parent product.
- # Barcode of the sellable variant.
- # Image of the sellable variant.
- # Height of variant image in pixels.
- # Width of variant image in pixels.
- # SKU code of the sellable variant.
- # Shipping profile for the variant.
- # Tax code for the variant.
- # Errors metadata for the variant.
- }