/
GET Orders Get Docs
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!
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!
GET Orders Get Docs
With this API, the user can fetch all Order Documents.
End Point
https://app.browntape.com/0.1/orders/getdocs.json
Parameters to be passed
?username=XXXXXXXXXX
&auth_string=YYYYYYYYY
&orderIds[]=123456789
&orderIds[]=123445567
&orderIds[]=985632145
Response
{
"success": true,
"msg": "Successfully fetched",
"total_result": 2,
"data": [
{
"Order": {
"id": "1288785124",
"invoice_path": null,
"order_manifest_path": null,
"order_declaration_path": null,
"ship_label_path": null,
"order_statement_path": null,
"channel_manifest_pdf_path": null,
"manifest_url": null,
"bt_invoice": "https://btesimages.s3.amazonaws.com/PdfLabelFiles/1288785124-bt-order-invoice.pdf",
"bt_shipping_label_path": "https://btesimages.s3.amazonaws.com/PdfLabelFiles/1288785124-bt-order-Label.pdf"
}
},
{
"Order": {
"id": "1288785125",
"invoice_path": null,
"order_manifest_path": null,
"order_declaration_path": null,
"ship_label_path": null,
"order_statement_path": null,
"channel_manifest_pdf_path": null,
"manifest_url": null,
"bt_invoice": null,
"bt_shipping_label_path": "https://btesimages.s3.amazonaws.com/PdfLabelFiles/1288785125-bt-order-Label.pdf"
}
}
]
}