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
  • # Filename of image.
  • PRODUCT_IMAGE_FILENAME
  • # Height of image in pixels.
  • PRODUCT_IMAGE_HEIGHT
  • # Width of image in pixels.
  • PRODUCT_IMAGE_WIDTH
  • # Item tax rate of the parent product.
  • PRODUCT_ITEM_TAX_RATE
  • # Price of the parent product.
  • PRODUCT_PRICE
  • # Recommended retail price of the parent product.
  • PRODUCT_RECOMMENDED_RETAIL_PRICE
  • # Specifications of the parent product.
  • PRODUCT_SPECIFICATIONS
  • # Title of the parent product.
  • PRODUCT_TITLE
  • # Wholesale price of the parent product.
  • PRODUCT_WHOLESALE_PRICE
  • # Barcode of the sellable variant.
  • VARIANT_BARCODE
  • # Errors metadata for the variant.
  • VARIANT_ERRORS_METADATA
  • # Image of the sellable variant.
  • VARIANT_IMAGE
  • # Filename of the image of the variant.
  • VARIANT_IMAGE_FILENAME
  • # Height of variant image in pixels.
  • VARIANT_IMAGE_HEIGHT
  • # Width of variant image in pixels.
  • VARIANT_IMAGE_WIDTH
  • # Item tax rate of the sellable variant.
  • VARIANT_ITEM_TAX_RATE
  • # Price of the sellable variant.
  • VARIANT_PRICE
  • # Recommended retail price of the sellable variant.
  • VARIANT_RECOMMENDED_RETAIL_PRICE
  • # SKU code of the sellable variant.
  • VARIANT_SKU
  • # Weight of the shipping parcel of the variant.
  • VARIANT_SHIPPING_PARCEL_WEIGHT
  • # Shipping profile for the variant.
  • VARIANT_SHIPPING_PROFILE_ID
  • # Tax code for the variant.
  • VARIANT_TAX_CODE
  • # Wholesale price of the sellable variant.
  • VARIANT_WHOLESALE_PRICE
  • }