1. Create a catalog
2. Add items (bulk)
3. List your items
4. Update an item
Key concepts
- unique_id_field — The field used to identify items (e.g.,
sku,id,email). Used for upserts. - Bulk upsert — Add up to 1000 items at once. Existing items (matched by unique field) are updated.
- Catalogs + Flows — Connect a catalog to a Flow to automatically enrich items when they’re added.