Versions Compared

Key

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

...

Code Block
{
    "success": false,
    "message": "Manifest status update failed. Please try again, if the problem persists contact support" 
}

Manifest Status Reference

ID

Status

Description

1

Open

New Manifest are in open State

2

Closed

Fetching Marketplace manifest will close the manifest.

3

Picked

The orders in the manifest will be picked up on Browntape.

4

Shipped

The orders in the manifest will be Shipped on Browntape.

V0.1 (old)

End Point

https://app.browntape.com/0.1/manifests/update.json

...

Code Block
{
  data: {
      "manifest": {
        "id": 123  "status": "closed/picked"  
    }  
  }
}

Response

...

Code Block
{
  "success": true
}