Discussions
Is it possible to get order documents via API?
4 months ago by Michael T
Hi Roserocket support,
In my Roserocket account, under the Orders tab, when I click an order I see a Documents section. For one of my orders, I have some documents listed there which are uploaded. When I try to get the order files via API (I am using https://roserocket.readme.io/v1.0/reference/get-order-files), I put in the order ID & customer ID, but then I got an empty API response:
{
"order_files": []
}
Is this the intended behavior? If so, is there any way to get an order's Documents via API? (Either downloading the document directly, or getting a link to it)