Request Parameters:


Get cross sell product for cart. Specify ProductThumbPictureSize for load specific size of product image.


URL:  ../Api/Client/CrossSellProducts


Header:

Content-Type:application/json


Required Parameters :

All parameter is required except the ProductThumbPictureSize.


Case-1. Success Response :
Parameter:
{
    "ApiSecretKey": "i99b98d117m116a112o98k115c111",
    "CustomerGUID": "496DBB2A-F9EB-4522-A804-B108693B69CE",
    "LanguageId": "1",
    "StoreId": "1",
    "CurrencyId": "1",
    "ProductThumbPictureSize" : "20" 
}

Response :
{

    "Status": 1,

    "Message": "Success.",

    "Data": [

        {

            "Id": 45,

            "ProductType": "SimpleProduct",

            "Name": "$100 Physical Gift Card",

            "ShortDescription": "$100 Gift Card. Gift Cards must be redeemed through our site Web site toward the purchase of eligible products.",

            "FullDescription": "<p>Gift Cards must be redeemed through our site Web site toward the purchase of eligible products. Purchases are deducted from the GiftCard balance. Any unused balance will be placed in the recipient's GiftCard account when redeemed. If an order exceeds the amount of the GiftCard, the balance must be paid with a credit card or other available payment method.</p>",

            "SeName": "100-physical-gift-card",

            "ProductPrice": {

                "OldPrice": null,

                "Price": "$100.00",

                "DisableBuyButton": false,

                "DisableWishlistButton": false,

                "AvailableForPreOrder": false,

                "PreOrderAvailabilityStartDateTimeUtc": null,

                "IsRental": false,

                "ForceRedirectionAfterAddingToCart": false,

                "DisplayTaxShippingInfo": false,

                "CustomProperties": {}

            },

            "DefaultPictureModel": {

                "ImageUrl": "https://localhost:44369/images/thumbs/0000076_100-physical-gift-card_20.jpeg",

                "ThumbImageUrl": "https://localhost:44369/images/thumbs/0000076_100-physical-gift-card_100.jpeg",

                "FullSizeImageUrl": "https://localhost:44369/images/thumbs/0000076_100-physical-gift-card.jpeg",

                "Title": "Show details for $100 Physical Gift Card",

                "AlternateText": "Picture of $100 Physical Gift Card",

                "CustomProperties": {}

            },

            "ReviewOverviewModel": {

                "ProductId": 45,

                "RatingSum": 4,

                "TotalReviews": 1,

                "AllowCustomerReviews": true,

                "CanAddNewReview": false,

                "CustomProperties": {}

            },

            "CustomerGuid": "beacd49b-ae96-4ca5-b54b-55f0f9386282",

            "Message": null

        }

    ],

    "ValidationMessage": [],

    "ErrorMessage": null

}