Skip to main content
Version: 3.x

orderLineDiscountRemove

Remove discount applied to the order line.

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

Arguments

orderLineDiscountRemove.orderLineId ● ID! non-null scalar

ID of a order line to remove its discount

Type

OrderLineDiscountRemove object

Remove discount applied to the order line.

Requires MANAGE_ORDERSpermission.

Was this page helpful?