The Marketing API retrieves eBay products based on a metric, such as Best Selling, as well as products that were also bought and also viewed.
merchandised_product
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getAlsoBoughtByProduct | GET | /merchandised_product/get_also_bought_products | Returns an array of products that were also purchased when shoppers purchased the product specified in the request. | View getAlsoBoughtByProduct - /merchandised_product/get_also_bought_products |
getAlsoViewedByProduct | GET | /merchandised_product/get_also_viewed_products | Returns an array of products that were also viewed when shoppers viewed the product specified in the request. | View getAlsoViewedByProduct - /merchandised_product/get_also_viewed_products |
getMerchandisedProducts | GET | /merchandised_product | Returns an array of products based on the category and metric specified. | View getMerchandisedProducts - /merchandised_product |