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