orderDiscountUpdate
Update discount for the order.
orderDiscountUpdate(
discountId: ID!
input: OrderDiscountCommonInput!
): OrderDiscountUpdate
Arguments
orderDiscountUpdate.discountId ● ID! non-null scalar
ID of a discount to update.
orderDiscountUpdate.input ● OrderDiscountCommonInput! non-null input
Fields required to update a discount for the order.
Type
OrderDiscountUpdate object
Update discount for the order.
Was this page helpful?