Product Details
1. How to get the magnification effect as shown on Sears.com product detail page?

For magnification effect, clients can use the following tag of ProductDetails API http://s.sears.com/is/image/Sears/01494521000 And append the following parameters to get the required size of image hei=900&wid=900&op_sharpen=1&qlt=90,0&resMode=sharp&op_usm=0.9,0.5,0,0

2. How to create the QuickView as displayed on product search result page of sear.scom?

APIs provide all the data required to build quick view page, but there is no way to retrive the quick view html page using APIs

3. Different Price Tags in the response XML?

<SalePrice>: The special offer price(discount) of the product.
<RegularPrice> : The marked price of the product

4. Information about the different URLs in the response XML

<MainImageURL>: Gives the image of the actual item queried for.
<ImageURLs>:  If this tag is present in the response XML, these will be the link for extra images that come up below the main item.

For ex : for clothes this could the link for an image with the product variant (color, design etc)  For refrigerator this could the link for an image with its door opened.

5. Next Day Delivery Availability

This tag indicates if the product is available for very next day delivery. This availability depends on the zipcde entered by the user. If the product is available for next day delivery then the message “Available for next day delivery” is shown else an empty tag is shown up in the response.

6. ProductVideo

This tag is shown only if the product has a video attached to it. This video gives the demo of the product.

7. Product Specifications

This URL parameter showSpec=true will provide all the specifications.