productDiscountUpdate
MutationUpdates 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
- ProductDiscountUpdateInput!Required
input The values used to perform the product discount update operation.
#
Payload
- [ProductDiscountUpdateError!]
errors User-facing errors that prevented the operation from succeeding.
- ProductDiscount
productDiscount The product discount associated with this product discount update payload.