SearchItemResult
Contains item information for an item returned back as part of a search. See the search method.
Field | Type | Description | Comments |
---|---|---|---|
addToCartUrl | string | url to add the item to a shopping cart. This url is the standard shopping cart. If you have a custom javascript checkout, this property will not be applicable or useful. | Â |
baseCurrencyCode | string | The default currency code of the merchant. | Â |
cost costLocalized costLocalizedFormatted | number number string | item cost | local currency fields only available to REST API. |
currencyCode | string | The currency code of the current shopping cart. | Â |
description | string | item description | Â |
extendedDescription | string | item extended description | Â |
thumbnailUrl | string | the url for the item's thumbnail. Use it as an <img> src attribute | Â |
viewUrl | string | url to view the item's product page | Â |