Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleActivatePayload
Return type for priceRuleActivate
mutation.
Signature:
export interface PriceRuleActivatePayload
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. |