Associate user listings with a dynamic set.
PUT/sets/:set_id/associated_listings
Associates the given listings (the authenticated user's own listings, identified by their channel listing IDs) with the set for comparison. Listings that are already associated are left unchanged. Requires editor or manager access to the set when the set is shared. Works for both free and paid sets: associating a listing is set configuration, not KPI data.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
The updated array of associated listings.
Invalid parameters, e.g. more than 500 listing IDs in one request.
API key authorization failed.
Listing authorization failed, user lacks editor/manager access to the shared set, or the API key is read-only.
Dynamic set or listing not found, or not accessible to the user.
A concurrent request for this set is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.