The following endpoints are being deprecated:
/v3/tag
/v3/tag/<tag_id>
Going forward you will want to use the following:
/v3/order/tag
/v3/order/tag/<name>
If you need to fetch a tag by id, you can search by id. For example:
GET /v3/order/tag?id=123
This is part of our move to standardize tags within the Ordoro API. In a future iteration, we will also be updating the v3/order/<order_number>/tag/<tag_id> endpoint to use the tag name rather than tag_id to be consistent with the other models. If we detect you are using this endpoint we will notify you of the release date for the change at which point you will need to update your services to prevent any disruptions.