INPUT_OBJECT
CatalogRuleUpdateInput
link GraphQL Schema definition
- input CatalogRuleUpdateInput {
- # The operator used to validate the product attribute with
- CatalogRulesOperatorEnum :
- # The value the operator is compared against. Do not supply for the `is present`
- # operator.
- String :
- # The error message returned when a product fails catalog rule validation
- String :
- }