Request Parameters:


For retrieve the WishList items


URL: ../Api/Client/WishList


Header:

Content-Type:application/json


Required Parameters :  


Case-1. Exception parameters (When WishList is empty):
Parameter:
{

           "ApiSecretKey":"i99b98d117m116a112o98k115c111",

         "CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE",

           "StoreId": "1",

"CurrencyId":"1",

       "LanguageId":"1"

}
Response :
{

    "Status": 0,

    "Message": "Wishlist is empty",

    "Data": null,

    "ValidationMessage": [],

    "ErrorMessage": null

}


Case-2. Success Response :

Parameter:
{

           "ApiSecretKey":"i99b98d117m116a112o98k115c111",

         "CustomerGUID":"496DBB2A-F9EB-4522-A804-B108693B69CE",

           "StoreId": "1",

"CurrencyId":"1",

       "LanguageId":"1"

}
Response :
{

    "Status": 1,

    "Message": "Success.",

    "Data": {

        "CustomerGuid": "496dbb2a-f9eb-4522-a804-b108693b69ce",

        "CustomerFullname": "John Smith",

        "EmailWishlistEnabled": true,

        "ShowSku": true,

        "ShowProductImages": true,

        "IsEditable": true,

        "DisplayAddToCart": true,

        "DisplayTaxShippingInfo": false,

        "Items": [

            {

                "Sku": "OM_HTC_BL",

                "Picture": {

                    "ImageUrl": "http://localhost:15536/images/thumbs/0000042_htc-one-mini-blue_80.jpeg",

                    "ThumbImageUrl": "http://localhost:15536/images/thumbs/0000042_htc-one-mini-blue_100.jpeg",

                    "FullSizeImageUrl": "http://localhost:15536/images/thumbs/0000042_htc-one-mini-blue.jpeg",

                    "Title": "Show details for HTC One Mini Blue",

                    "AlternateText": "Picture of HTC One Mini Blue",

                    "Form": null,

                    "CustomProperties": {}

                },

                "ProductId": 19,

                "ProductName": "HTC One Mini Blue",

                "ProductSeName": "htc-one-mini-blue",

    "ProductType": "SimpleProduct",

                "UnitPrice": "$100.00",

                "SubTotal": "$100.00",

                "Discount": null,

                "Quantity": 1,

                "AllowedQuantities": [],

                "AttributeInfo": "",

                "RecurringInfo": null,

                "RentalInfo": null,

                "AllowItemEditing": false,

                "Warnings": [],

                "Message": null,

                "Id": 15

            }

        ],

        "Warnings": [],

        "Message": null

    },

    "ValidationMessage": [],

    "ErrorMessage": null

}