Skip to main content
Version: 3.x

orderLineDiscountUpdate

Update discount for the order line.

Requires MANAGE_ORDERSpermission.
orderLineDiscountUpdate(
input: OrderDiscountCommonInput!
orderLineId: ID!
): OrderLineDiscountUpdate

Arguments

orderLineDiscountUpdate.input ● OrderDiscountCommonInput! non-null input

Fields required to update price for the order line.

orderLineDiscountUpdate.orderLineId ● ID! non-null scalar

ID of a order line to update price

Type

OrderLineDiscountUpdate object

Update discount for the order line.

Requires MANAGE_ORDERSpermission.

Was this page helpful?