Skip to main content
Log inSign up
object

Represents an error that happens during execution of a price rule mutation.

•

Error code to uniquely identify the error.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

Show
deprecated mutations Deprecated
•
mutationDeprecated

Activate a price rule. Use discountCodeActivate instead.

•
mutationDeprecated

Create a price rule using the input. Use discountCodeBasicCreate instead.

•
mutationDeprecated

Deactivate a price rule. Use discountCodeDeactivate instead.

•
mutationDeprecated

Delete a price rule. Use discountCodeDelete instead.

•
mutationDeprecated

Create a discount code for a price rule. Use discountRedeemCodeBulkAdd instead.

•
mutationDeprecated

Update a discount code for a price rule. Use discountCodeBasicUpdate instead.

•
mutationDeprecated

Updates a price rule using its ID and an input. Use discountCodeBasicUpdate instead.


Was this section helpful?


Was this section helpful?