UpdateOrderInput

Autogenerated input type of UpdateOrder

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

ID of the order to update.

status (OrderStatus)

Order status.

fulfilledAt (String)

The timestamp of when the order was fulfilled. Pass an empty string to clear existing timestamp.

trackingCode (String)

Tracking code for the order that can be included in an email. Please note: tracking email will not get sent. Use FulfillOrder mutation if you also want to send out tracking email with the new tracking code.

Last updated