stack

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

AdminTypes.PriceRuleActivatePayload interface

Return type for priceRuleActivate mutation.

Signature:

export interface PriceRuleActivatePayload 

Properties

Property Modifiers Type Description
priceRule?   Maybe<PriceRule> (Optional) The activated 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.