Skip to main content

orderDiscountDelete Mutation

Remove discount from the order.

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

Arguments

orderDiscountDelete.discountId ● ID! non-null scalar miscellaneous

ID of a discount to remove.

Type

OrderDiscountDelete object orders

Remove discount from the order.

Requires MANAGE_ORDERSpermission.