orderDiscountDelete Mutation
Remove discount from the order.
orderDiscountDelete(
discountId: ID!
): OrderDiscountDelete
Show return type
Arguments
discountId ● ID!
ID of a discount to remove.
Type
OrderDiscountDelete
Remove discount from the order.