Skip to main content
Version: Canary 🚧

orderDiscountDelete

Remove discount from the order.

Requires MANAGE_ORDERSpermission.
orderDiscountDelete(
discountId: ID!
): OrderDiscountDelete

Arguments

orderDiscountDelete.discountId ● ID! non-null scalar

ID of a discount to remove.

Type

OrderDiscountDelete object

Remove discount from the order.

Requires MANAGE_ORDERSpermission.

Was this page helpful?