Docs
Dashboard

productDiscountUpdate

Mutation

Updates an existing product discount. Note: Product discounts work on an eventual consistency model: This means that the discount changes may not be reflected immediately in the product’s price.

#

Arguments


input
ProductDiscountUpdateInput!Required

The values used to perform the product discount update operation.

#

Payload


errors
[ProductDiscountUpdateError!]

User-facing errors that prevented the operation from succeeding.

productDiscount
ProductDiscount

The product discount associated with this product discount update payload.