productDiscountDelete
MutationDeletes an existing product discount. Note: Product discounts work on an eventual consistency model, changes will be asynchronously reflected in the product’s price.
#
Arguments
- ProductDiscountDeleteInput!Required
input The values used to perform the product discount delete operation.
#
Payload
- [ProductDiscountDeleteError!]
errors User-facing errors that prevented the operation from succeeding.
- ProductDiscount
productDiscount The product discount associated with this product discount delete payload.