Docs
Dashboard

productDiscountDelete

Mutation

Deletes an existing product discount. Note: Product discounts work on an eventual consistency model, changes will be asynchronously reflected in the product’s price.

#

Arguments


input
ProductDiscountDeleteInput!Required

The values used to perform the product discount delete operation.

#

Payload


errors
[ProductDiscountDeleteError!]

User-facing errors that prevented the operation from succeeding.

productDiscount
ProductDiscount

The product discount associated with this product discount delete payload.