Discussions

Ask a Question
Back to All

Does the Rose Rocket system have a mechanism to query the status of a job by job id that was returned for a call to the orders bulk_create endpoint?

My other question wasn't clear, so I am trying a different approach. We have a system that attempts to bulk_create orders in the Rose Rocket system. We do not get immediate confirmation of entry of the orders, instead a message is returned that contains a job-id and a message indicating an email will be sent with a status of the job.

After I send my request I get a 200 response with the previously referenced message. I am still awaiting the email to be sent indicating the status of the job.

I suspect the entry failed completely, but I don't know what could have gone wrong since I have no way to determine the status of a load entered with the bulk-create endpoint.

Does a mechanism exist, or is one planned, to allow for our system to use the api to determine the status of a bulk-create job?