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 |