OBJECT

updateOrderStatusResult

Return old and new order status

link GraphQL Schema definition

  • type updateOrderStatusResult {
  • # The unique ID of the updated order.
  • id: Int!
  • # The old status of the updated order.
  • old_status: OrderStatus!
  • # The new status of the updated order.
  • new_status: OrderStatus!
  • }