stack

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

AdminTypes.QuantityRulesDeletePayload interface

Return type for quantityRulesDelete mutation.

Signature:

export interface QuantityRulesDeletePayload 

Properties

Property Modifiers Type Description
deletedQuantityRulesVariantIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) A list of product variant IDs whose quantity rules were removed from the price list.
userErrors   Array<QuantityRuleUserError> The list of errors that occurred from executing the mutation.