Skip to main content

orderUpdate Mutation

Updates an order.

Requires the MANAGE_ORDERSpermission.
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.

Requires the MANAGE_ORDERSpermission.