Order_create GraphQL errors

Hey! We’re seeing an elevated rate of order_create errors with an error message saying Unexpected Error. Are there any issues with our account? Here’s a sample response:

{
  "errors": [
    {
      "message": "Unexpected Error",
      "operation": "order_create",
      "field": "order_create",
      "request_id": some request ID,
      "code": 22
    }
  ],
  "data": {
    "order_create": null
  }
}

Really appreciate the help!

Hi anthony,

Looks like you are sending `warehouse_id:"" in that case, just ignore the warehouse_id or send null.
We are about to release an update that will include a better error handling in those cases.