Request Parameters:


Retrieve the list of popular tags.


URL: ../Api/Client/PopularProductTags


Header:

Content-Type:application/json


Required Parameters : CustomerGUID 


Case-1. Exception parameters :
Parameter:
{    

      "ApiSecretKey":"i99b98d117m116a112o98k115c111",

      "StoreId":"",

      "LanguageId":""

}
Response :
{

    "Status": 0,

    "Message": "Request cannot be empty",

    "Data": null,

    "ValidationMessage": [],

    "ErrorMessage": null

}


Case-2. Success Response :
Parameter:
{    

      "ApiSecretKey":"i99b98d117m116a112o98k115c111",

      "StoreId":"1",

      "LanguageId":"1"

}

Response :

{

    "Status": 1,

    "Message": "Success.",

    "Data": {

        "Id": 0,

        "TotalTags": 16,

        "Tags": [

            {

                "Name": "apparel",

                "SeName": "apparel",

                "ProductCount": 9,

                "Id": 10,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "awesome",

                "SeName": "awesome",

                "ProductCount": 17,

                "Id": 1,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "book",

                "SeName": "book",

                "ProductCount": 3,

                "Id": 14,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "camera",

                "SeName": "camera",

                "ProductCount": 3,

                "Id": 7,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "cell",

                "SeName": "cell",

                "ProductCount": 2,

                "Id": 8,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "compact",

                "SeName": "compact",

                "ProductCount": 7,

                "Id": 4,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "computer",

                "SeName": "computer",

                "ProductCount": 14,

                "Id": 2,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "cool",

                "SeName": "cool",

                "ProductCount": 17,

                "Id": 3,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "digital",

                "SeName": "digital",

                "ProductCount": 3,

                "Id": 13,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "game",

                "SeName": "game",

                "ProductCount": 1,

                "Id": 6,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "jeans",

                "SeName": "jeans",

                "ProductCount": 2,

                "Id": 11,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "jewelry",

                "SeName": "jewelry-2",

                "ProductCount": 3,

                "Id": 15,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "nice",

                "SeName": "nice",

                "ProductCount": 4,

                "Id": 5,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "shirt",

                "SeName": "shirt",

                "ProductCount": 3,

                "Id": 12,

                "Form": null,

                "CustomProperties": {}

            },

            {

                "Name": "shoes",

                "SeName": "shoes",

                "ProductCount": 2,

                "Id": 9,

                "Form": null,

                "CustomProperties": {}

            }

        ],

        "TagName": null,

        "TagSeName": null,

        "PagingFilteringContext": null,

        "Products": null

    },

    "ValidationMessage": [],

    "ErrorMessage": null

}