/
POST Add Orders to Existing Manifest

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 Add Orders to Existing Manifest

This call will add orders into the given manifest in Browntape only if manifest is in open status. The orders will be add into the manifest if it has same Channel, Warehouse, Order type (self fulfilled, oneship, easyship etc.) and Courier as manifest.

End Point

https://app.browntape.com/0.11/manifests/addToManifest.json

Note: This is version 0.11 endpoint

Parameters

?username =XXXXXXXXXX &auth_string =YYYYYYYYY

Post Parameters

{ data: {   “manifets”: {  'id': 48836,  'orders': [    843654885,    843680460,    843679961,    843635638,    843635632,    843642941,    843588025,    843642986,    1339494413  ](browntapeo rder ids, optional)   }   } }

Response

{   "success": true,   "Manifest": {    "id": 48836,    "orders": [  "843642941",  "843642986", "133044666"    ],    "bt_manifest": "https://btesimages.s3.amazonaws.com/PdfManifestFiles/manifest-48836pdf",    "manifest_status_id": "1"   },   "messages": [    {  "Order_id": "843635632",  "message": "Courier name/tracking number has not been set",  "status": "failed"    },    {  "Order_id": "843635638",  "message": "Courier name/tracking number has not been set",  "status": "failed"    },    {  "Order_id": "843679961",  "message": "Courier name/tracking number has not been set",  "status": "failed"    },    {  "Order_id": "843680460",  "message": "Courier name/tracking number has not been set",  "status": "failed"    },    {  "Order_id": "1339494413",  "message": "Courier name/tracking number has not been set",  "status": "failed"    },    {  "message": "Some orders does not belong to Channel Id 18117",  "status": "failed"    },    {  "message": "Some orders does not belong to Channel Id 18117",  "status": "failed"    }, { "Order_id": "133044666", "message": "Order has already been manifested", "status": "warning", "Manifest_id": "48960", "channel_manifest_pdf_path": null }   }

Related content