This error code will be returned, for example, if you attempt to create a shipment including more than 10 tags, as the maximum number of tags permitted is 10:

  {
  "tags": [
    "tag00",
    "tag01",
    "tag02",
    "tag03",
    "tag04",
    "tag05",
    "tag06",
    "tag07",
    "tag08",
    "tag09",
    "tag10",
    "tag11"
  ]
}