{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Merchandised_product API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Merchandised_product", "type": "folder" }, "items": [ { "info": { "name": "getMerchandisedProducts", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/merchandised_product", "params": [ { "name": "aspect_filter", "value": "", "type": "query", "description": "This value specifies the aspect name/value pairs used to further refine product results.

For example:
   /buy/marketing/v1_beta/merchandised_product?category_id=31388&metric_name=BEST_SELLING&aspect_filter=Brand:Canon

You can use the Browse API search method with the fieldgroups=ASPECT_REFINEMENTS field to return the aspects of a product. For implementation help, refer to eBay API documentation at https://developer.ebay.com/api-docs/buy/marketing/types/gct:MarketingAspectFilter" }, { "name": "category_id", "value": "", "type": "query", "description": "This query parameter limits the products returned to a specific eBay category.

The list of eBay category IDs is not published and category IDs are not all the same across all the eBay maketplace. You can use the following techniques to find a category by site:
Maximum: 1

Required: 1 " }, { "name": "limit", "value": "", "type": "query", "description": "This value specifies the maximum number of products to return in a result set.

Note: Maximum value means the method will return up to that many products per set, but it can be less than this value. If the number of products found is less than this value, the method will return all of the products matching the criteria.
Default: 8

Maximum: 100" }, { "name": "metric_name", "value": "", "type": "query", "description": "This value filters the result set by the specified metric. Only products in this metric are returned.

Note: Currently, the only metric supported is BEST_SELLING.
Default: BEST_SELLING

Maximum: 1

Required: 1" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method returns an array of products based on the category and metric specified. This includes details of the product, such as the eBay product ID (EPID), title, and user reviews and ratings for the product. You can use the epid returned by this method in the Browse API search method to retrieve items for this product.

Restrictions