Obtain Product Tags

You can call this operation to obtain all product tags set in the management system.

Product tags include tags and tag items.
A tag contains multiple tag items.
After you call this operation, a list is returned with the [tag, N*tag items] format.

Response

NameRequiredTypeDescription
keytruejsonThe tag.
key.keyIdtruestringThe ID of the tag.
key.nametruestringThe name of the tag.
key.optionAttrtrueintThe attribute of the tag.
Valid values: 0 and 1.
A 0 value indicates that you can only select one tag item under the tag for a product.
A 1 value indicates that you can select multiple tag items under the tag for a product.
tagstruelist<json>The tag items.
tags.keyIdtruestringThe ID of the tag that contains the tag item.
tags.tagIdtruestringThe ID o the tag item.
tags.nametruestringThe name of the tag item.
Language
Credentials
Click Try It! to start a request and see the response here!