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.
- # Filename of image.
- # Height of image in pixels.
- # Width of image in pixels.
- # Item tax rate of the parent product.
- # Price of the parent product.
- # Recommended retail price of the parent product.
- # Specifications of the parent product.
- # Title of the parent product.
- # Wholesale price of the parent product.
- # Barcode of the sellable variant.
- # Errors metadata for the variant.
- # Image of the sellable variant.
- # Filename of the image of the variant.
- # Height of variant image in pixels.
- # Width of variant image in pixels.
- # Item tax rate of the sellable variant.
- # Price of the sellable variant.
- # Recommended retail price of the sellable variant.
- # SKU code of the sellable variant.
- # Weight of the shipping parcel of the variant.
- # Shipping profile for the variant.
- # Tax code for the variant.
- # Wholesale price of the sellable variant.
- }