orderLineDiscountUpdate
Update discount for the order line.
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.
Was this page helpful?