Discussions
Order Status Problem
about 2 years ago by AnthonyP
Using the API request from "Retrieve a specific order"
the API response says order status is INPROGRESS
{
...
...
"orderStatus": "IN_PROGRESS",
...
...
}
BUT in connect.helloprint.co.uk order detail page order status is Ready for production
Can you help us how to check how we can match the status for api and the admin dashboard?