Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
     "success": true,
     "data": {
     "manifests": [
        {
           "id": "48961",
           "orders": [
           "3809924"   
        ],
           "bt_manifest": "https://btesimages.s3.amazonaws.com/PdfManifestFiles/manifest-48961pdf",
           "manifest_status_id": 1  
      },
        {
           "id": "48962",
           "orders": [
           "133044674"   
        ],
           "bt_manifest": "https://btesimages.s3.amazonaws.com/PdfManifestFiles/manifest-48962pdf",
           "manifest_status_id": 1  
      } 
    ]  
  },
    "messages": [
       {
       "Order_id": "3779341",
       "message": "Courier name/tracking number has not been set",
       "status": "failed"   
    },
       {
       "Order_id": "3807104",
       "message": "Courier name/tracking number has not been set",
       "status": "failed"   
    },
       {
       "Order_id": "843654363",
       "message": "Courier name/tracking number has not been set",
       "status": "failed"   
    },
    {
      "Order_id": "133044666",
      "message": "Order has already been manifested",
      "status": "warning",
      "Manifest_id": "48960",
      "channel_manifest_pdf_path": null
    }  
  ] 
}

V0.1 (old)

This call will create a manifest in Browntape . Orders with the same Courier, from the same Channel and with the same order type will be added to the same manifest.

...