英文:
How to retrieve preparation run list with Shippingbo API?
问题
我们需要检索准备运行列表。
在文档中,有一种通过特定id获取特定准备运行的方法:
https://app.shippingbo.com/preparation_runs/{preparation_run_id}/packing_slip_information
但是我找不到获取完整准备运行列表的方法,对https://app.shippingbo.com/preparation_runs的调用返回500错误。
有没有获取它们的方法?
英文:
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 ?
答案1
得分: 0
当前端点未被API授权,这就是出现500错误的原因。
你想要做什么?监视准备运行吗?
也许你可以在“PreparationRun”资源上添加一个Webhook,并检查你想要的内容。
英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论