{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Listing_recommendation API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Listing_recommendation",
"type": "folder"
},
"items": [
{
"info": {
"name": "findListingRecommendations",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.ebay.com{basePath}/find",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
}
],
"params": [
{
"name": "filter",
"value": "",
"type": "query",
"description": "Provide a list of key-value pairs to specify the criteria you want to use to filter the response.
In the list, separate each filter key from its associated value with a colon (\":\").
Currently, the only supported filter value is recommendationTypes and it supports only the (\"AD\") type. Follow the recommendationTypes specifier with the filter type(s) enclosed in curly braces (\"{ }\"), and separate multiple types with commas.
Example: filter=recommendationTypes:{AD}
Default: recommendationTypes:{AD}"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Use this query parameter to set the maximum number of ads to return on a page from the paginated response.
Default: 10
Maximum: 500"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "Specifies the number of ads to skip in the result set before returning the first ad in the paginated response.
Combine offset with the limit query parameter to control the items returned in the response. For example, if you supply an offset of 0 and a limit of 10, the first page of the response contains the first 10 items from the complete list of items retrieved by the call. If offset is 10 and limit is 20, the first page of the response contains items 11-30 from the complete result set.
Default: 0
" } ], "body": { "type": "json", "data": "{}" }, "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": "The find method currently returns information for a single recommendation type (AD) which contains information that sellers can use to configure Promoted Listings ad campaigns. The response from this method includes an array of the seller's listing IDs, where each element in the array contains recommendations related to the associated listing ID. For details on how to use" } ] } ], "bundled": true }