/
POST Orders downloadFromS3

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

POST Orders downloadFromS3

This call is meant for users who are not able to access the shipping label paths which are actually Amazon S3 links. If you run into this, you could use this API to download the Amazon S3 files via our server (although, we highly recommend opening up access to global resources like Amazon S3).

End Point

https://app.browntape.com/0.1/orders/downloadFromS3.json

Method: POST

Parameters to be passed

?username=XXXXXXXXXX &auth_string=YYYYYYYYY

Post Parameters

{  data: {  "urls": [ "https://sdprd.s3.amazonaws.com/sd-seller-api/orderExport/Sa04ed_INVOICE_SLP1009281065_1470732665946.pdf",  "https://btesimages.s3.amazonaws.com/PdfLabelFiles/OD506959754172720000-5695975417272000_shippinglabel.pdf" ]//(mandatory, has to be an array) } }

Response 

{ "success": true, "result_count": 2, "data": [ "https://app.browntape.com/pdfs-merge/raw/Sa04ed_INVOICE_SLP1009281065_1470732665946.pdf", "https://app.browntape.com/pdfs-merge/raw/OD506959754172720000-5695975417272000_shippinglabel.pdf" ], "request_details": { "username": "XXXXXXXXXXXX", "auth_string": "YYYYYYYYYYYYYYYY" } }

NOTE: The URLs returned will be from app.browntape.com domain. The will be in order of your requests.

Related content