firestarter_set_market_picks
Curate your market's recommended shelf by replacing, adding, or removing other sellers' listings to control what 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. Provide listing ids (lst_...) — find them with 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). |