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