orderUpdate
Updates an order.
orderUpdate(
externalReference: String
id: ID
input: OrderUpdateInput!
): OrderUpdate
Arguments
orderUpdate.externalReference ● String scalar
External ID of an order to update.
Added in Saleor 3.10
orderUpdate.id ● ID scalar
ID of an order to update.
orderUpdate.input ● OrderUpdateInput! non-null input
Fields required to update an order.
Type
OrderUpdate object
Updates an order.
Was this page helpful?