stack

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

AdminTypes.PriceRuleDeletePayload interface

Return type for priceRuleDelete mutation.

Signature:

export interface PriceRuleDeletePayload 

Properties

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.