Site Logo

Create a Tag

You may want to add tags beforehand, in the event you're using our tag endpoint to manage your own tags.

Example

POST /v1/tags/:tag_name

1
2
3
4
POST /v1/tags/east_warehouse HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json
1
2
3
{
"name": "east_warehouse"
}