orderUpdate Mutation
Updates an order.
orderUpdate(
externalReference: String
id: ID
input: OrderUpdateInput!
): OrderUpdate
Show return type
Arguments
externalReference ● String
External ID of an order to update.
id ● ID
ID of an order to update.
input ● OrderUpdateInput!
Fields required to update an order.
Type
OrderUpdate
Updates an order.