OBJECT

CatalogRulesError

Catalog rules error

link GraphQL Schema definition

  • type CatalogRulesError {
  • # The error message returned when a product fails catalog rule validation
  • errorMessage: String!
  • # The field the error is attributed to
  • fieldName: String!
  • # The object id the error is attributed to
  • objectId: ID!
  • }