Products
Products
📄️ Create product
Create a new product in your source site with support for both JSON and file uploads. The product is created immediately (not queued). Supports duplicate detection and automatic restoration of soft-deleted products. **Important:** Only source sites (is_destination=0) can create products - use GET /sites?is_destination=0 to find your source sites.
📄️ List products
Get product catalog list with details. Use this endpoint to get product IDs for the 'selected' parameter in POST /deploy-product.
📄️ Update products (bulk)
Update one or multiple products at once. You can update product title, images, tags, videos, and digital files. Each product is identified by its product_id from GET /products.