Hi, I’m getting “Unexpected Error” when trying to create an order through graphql API.
{
“message”: “Unexpected Error”,
“operation”: “order_create”,
“field”: “order_create”,
“request_id”: “60b64bd85b6618ab7e28cc70”,
“code”: 22
}
If I try to it fails saying that order with same order number already exist. I’m using a sandbox account for testing, and it worked before, any ideas whats going on? thanks