stack

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

AdminTypes.QuantityRulesAddPayload interface

Return type for quantityRulesAdd mutation.

Signature:

export interface QuantityRulesAddPayload 

Properties

Property Modifiers Type Description
quantityRules?   Maybe<Array<QuantityRule>> (Optional) The list of quantity rules that were added to or updated in the price list.
userErrors   Array<QuantityRuleUserError> The list of errors that occurred from executing the mutation.