Skip to main content

Add member listings to a dynamic set.

PUT 

/sets/:set_id/listings

Adds the given listings to the set as members — the comparison listings the set is built from. Identify them by the internal listing_id values returned by GET /sets/candidates; only listings that are eligible comparison candidates can be added. Returns the set's member listings after the change, in the same shape as GET /sets/{set_id}/listings. Requires editor or manager access to the set when the set is shared. Works for free and paid sets. This is an upsert: a listing already in the set keeps its single membership and takes the requested status, so repeating an identical call leaves the set in the same state.

Request

Responses

The set's member listings after the change, grouped by status.