firestarter_set_market_picks
Curate your community market's recommended products by setting, adding, or removing other sellers' listings to shape the shelf buyers see first.
Instructions
Curate the shelf ('Recommends') for a community market you own — the products buyers see first on your join page and in the agent (firestarter_market_preview / firestarter_join_market). Picks are OTHER sellers' listings you recommend; your OWN listings already appear under what you sell and are rejected here. Up to 15 picks. Use when an owner wants to add, remove, reorder, or replace what their community recommends. Takes listing ids (lst_..., as returned by firestarter_catalog_search). action: 'replace' (default — the picks you pass become the exact shelf, in the order given), 'add' (append to the current shelf), or 'remove' (drop the given listing ids). Each pick may carry a short note ('why I picked it') that buyers see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| picks | Yes | The picks to set/add/remove. For 'remove', only each listing_id is used. | |
| action | No | replace (default): the picks become the exact shelf, in order. add: append to the current shelf. remove: drop the given listing ids. | |
| program_id | Yes | The market/program id (from firestarter_create_market or firestarter_my_markets). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listings | Yes | ||
| community | Yes | ||
| pick_count | Yes | ||
| sells_count | Yes | ||
| schema_version | Yes |