{ "$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.

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

Max: 500 listing IDs

", "items": { "type": "string" } } }, "description": "An list of listing ID values for which you want Promoted Listings ad configuration information." }