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