eBay · Schema

FindListingRecommendationRequest

An list of listing ID values for which you want Promoted Listings ad configuration information.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
listingIds array A comma-separated list of listing IDs for which you want Promoted Listings ad configuration information.

Currently, this method accepts only listingId values from the Trading API.

View JSON Schema on GitHub

JSON Schema

ebay-findlistingrecommendationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FindListingRecommendationRequest",
  "title": "FindListingRecommendationRequest",
  "type": "object",
  "properties": {
    "listingIds": {
      "type": "array",
      "description": "A comma-separated list of listing IDs for which you want Promoted Listings ad configuration information.  <p>Currently, this method accepts only <b>listingId</b> values from the Trading API.</p>  <p><b>Max:</b> 500 listing IDs</p>",
      "items": {
        "type": "string"
      }
    }
  },
  "description": "An list of listing ID values for which you want Promoted Listings ad configuration information."
}