v1
latestOpenAPI 3.0.02026-07-1397337495.2 KBtags
Create a New Tag
Create a new tag for customizing how you track your shipments.
post/v1/tags
Request body
Example request
{
"name": "Fragile",
"color": "#FF0000"
}Response
The requested object creation was a success.
Example response
{
"tag_id": 8712,
"name": "Fragile",
"color": "#FF0000"
}