Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleDeletePayload
Return type for priceRuleDelete mutation.
Signature:
export interface PriceRuleDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedPriceRuleId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID price of the deleted price rule. | |
| priceRuleUserErrors | Array<PriceRuleUserError> | The list of errors that occurred from executing the mutation. | |
| shop | Shop | The shop of the deleted price rule. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |