Skip to main content

orderLineDiscountRemove

Remove discount applied to the order line.

Requires MANAGE_ORDERSpermission.
orderLineDiscountRemove(
orderLineId: ID!
): OrderLineDiscountRemove

Arguments

orderLineDiscountRemove.orderLineId ● ID! non-null scalar miscellaneous

ID of a order line to remove its discount

Type

OrderLineDiscountRemove object orders

Remove discount applied to the order line.

Requires MANAGE_ORDERSpermission.