Quantity Pricing By Variant Update Payload
Return type for mutation.
Anchor to FieldsFields
- productVariants ([ProductVariant!])
- userErrors ([QuantityPricingByVariantUserError!]!)
- Anchor to productVariantsproduct•[Product
Variants Variant!] The variants for which quantity pricing was created successfully in the price list.
- Anchor to userErrorsuser•[Quantity
Errors Pricing By Variant User Error!]! non-null The list of errors that occurred from executing the mutation.
Anchor to Mutations with this payloadMutations with this payload
- quantityPricingByVariantUpdate (QuantityPricingByVariantUpdatePayload)
- •mutation
Updates quantity pricing on a
for specificobjects. You can set fixed prices (see), quantity rules, and quantity price breaks in a single operation.objects define minimum, maximum, and increment constraints for ordering.objects offer tiered pricing based on purchase volume.The mutation executes delete operations before create operations and doesn't allow partial updates.
NoteIf any requested change fails, then the mutation doesn't apply any of the changes.
Note:If any requested change fails, then the mutation doesn't apply any of the changes.
Note: If any requested change fails, then the mutation doesn't apply any of the changes.
- Anchor to priceListIdprice•ID!
List Id required The ID of the price list for which quantity pricing will be updated.
- Anchor to inputinput•Quantity
Pricing By Variant Update Input! required The input data used to update the quantity pricing in the price list.
Arguments