v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
tags

Create a New Tag

Create a new tag for customizing how you track your shipments.

post/v1/tags

Request body

namestring required

The tag name.

colorstring

A hex-coded string identifying the color of the tag.

Example request

{
  "name": "Fragile",
  "color": "#FF0000"
}

Response

The requested object creation was a success.

tag_idinteger

An integer uniquely identifying a tag.

namestring required

The tag name.

colorstring

A hex-coded string identifying the color of the tag.

Example response

{
  "tag_id": 8712,
  "name": "Fragile",
  "color": "#FF0000"
}