shop.tag.getList

Returns the list of product tags.

Parameters

  • limit GET Optional

    Maximum number of tags which should be returned. If not specified, 100 is used by default.

  • format GET Optional

    Sets response format. Available options: json (default), xml.

Return value

Tags data list. The sub-array of each tag contains values with the following keys:

  • []['id'] int Tag ID.
  • []['count'] int Number of products assiciated with the tag.
  • []['name'] string Tag name.
  • []['opacity'] float Opacity value used to display links to tag pages in the tag cloud.
  • []['size'] int Font size in percents used to display links to tag pages in the tag cloud.
  • []['uri_name'] string Text string used in tag page URLs in the storefront.

Example

https://demo1.webasyst.com/api.php/shop.tag.getList?