/
POST Delete 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!
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 Delete Manifest
This call deletes Manifest or orders from a given manifest.
End Point
https://app.browntape.com/0.11/manifests/delete.json
Note: This is version 0.11 endpoint
Parameters
?username =XXXXXXXXXX
&auth_string =YYYYYYYYY
Post Parameters
{
data: {
“manifets”: {
'id': 48838,
'orders': [
"157710",
"157712",
"157713",
"157720",
"157718",
“157719”
](browntape order ids, optional)
}
}
}
Response
When only manifest id is given
It will delete the given manifest and all orders in that manifest.
{
"success": true,
"message": "Successfully deleted manifest"
}
When some orders belong to the manifest and some don’t
{
"success": true,
"message": [
{
"Order_id": "157710, 157712, 157720",
"message": "Orders does not belongs to this manifest",
"status": "warning"
}
]
}
When none of the orders belong to the given manifest
{
"success": false,
"message": "No one orders belongs to this manifest."
}
Related content
POST Create Close And Download Manifest
POST Create Close And Download Manifest
More like this
POST Manifests Create
POST Manifests Create
More like this
POST Add Orders to Existing Manifest
POST Add Orders to Existing Manifest
More like this
POST Manifest Create AND Fetch Marketplace Manifest Document
POST Manifest Create AND Fetch Marketplace Manifest Document
More like this
POST Manifest Update
POST Manifest Update
More like this
POST Promotions Delete
POST Promotions Delete
More like this