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.
  • PRODUCT_DESCRIPTION
  • # The image that represents the main product.
  • PRODUCT_IMAGE
  • # Height of image in pixels.
  • PRODUCT_IMAGE_HEIGHT
  • # Width of image in pixels.
  • PRODUCT_IMAGE_WIDTH
  • # Title of the parent product.
  • PRODUCT_TITLE
  • # Barcode of the sellable variant.
  • VARIANT_BARCODE
  • # Image of the sellable variant.
  • VARIANT_IMAGE
  • # Height of variant image in pixels.
  • VARIANT_IMAGE_HEIGHT
  • # Width of variant image in pixels.
  • VARIANT_IMAGE_WIDTH
  • # SKU code of the sellable variant.
  • VARIANT_SKU
  • # Shipping profile for the variant.
  • VARIANT_SHIPPING_PROFILE_ID
  • # Tax code for the variant.
  • VARIANT_TAX_CODE
  • # Errors metadata for the variant.
  • VARIANT_ERRORS_METADATA
  • }