ingest_products
Ingest (upsert) a batch of products into the BuyWhere catalog. Use this to add or update product listings from any merchant/source. Requires a valid API key with ingest permissions. Accepts up to 1000 products per call with source, SKU, title, price, URL, and optional metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Data source identifier (e.g. "shopee_sg", "amazon_sg", "lazada_sg") | |
| products | Yes | Array of product objects to ingest (max 1000) |