We need to retrieve preparation run list.
In the documentation, there is a way to get a specific preparation run with a specific id throught : https://app.shippingbo.com/preparation_runs/{preparation_run_id}/packing_slip_information
But i can't find a way to get the full list of preparation run, the call to https://app.shippingbo.com/preparation_runs returning a 500
Is there a way to get them ?
The endpoint is currently not authorized by API, that's why there is a 500 error
What are trying to do ? Monitoring preparation runs ?
Maybe you can add a webhook on PreparationRun
resource, and check what you want