Discussions

Ask a Question
Back to All

Order Status Problem

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?