stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleDeactivatePayload

AdminTypes.PriceRuleDeactivatePayload interface

Return type for priceRuleDeactivate mutation.

Signature:

export interface PriceRuleDeactivatePayload 

Properties

Property Modifiers Type Description
priceRule?   Maybe<PriceRule> (Optional) The deactivated price rule.
priceRuleUserErrors   Array<PriceRuleUserError> The list of errors that occurred from executing the mutation.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.