About the Tags API

Tags are labels attached to entities, allowing for flexible categorization and data management. For example, you can use tags to filter entities in a table view.

With the Tags API, you can:

  • Retrieve detailed information about a specific tag.
  • List all tags associated with a specific Fully Qualified Domain Name (FQDN).

An FQDN serves as an identifier for the primary entity of an API, such as Orders. For instance, an eCommerce order can have associated tags. When retrieving information about an order, such as through getOrder(), the response includes any related tags. To retrieve all tags for all orders, use the Tags API to call List Tags with the Orders FQDN.

Before you begin

It's important to note that:

  • The Tags API currently supports only the eCommerce Orders FQDN: wix.ecom.v1.order.
  • Each FQDN can have a maximum of 100 tags.

Terminology

  • FQDN (Fully Qualified Domain Name): The unique identifier for the primary entity of an API, such as Orders.
Was this helpful?
Yes
No