Insert Product - Deploy new product to marketplace
POST/v2/deploy-products
Deploy a new product to Etsy, Amazon, or TikTok marketplace. Creates a new listing synchronously and returns result immediately. *
- Two Deployment Modes:
- Mode 1: Deploy Existing Product
-
- Provide
product_id(existing product from products table)
- Provide
-
- Product must already exist in your workspace
-
- Example:
{"product_id": 789, "platform_id": 1, ...}
- Example:
- Mode 2: Auto-create & Deploy New Product
-
- Provide
titleinstead ofproduct_id
- Provide
-
- System auto-creates minimal product with title, auto-generated SKU, and category
-
- Optionally provide
sku_originfor custom SKU
- Optionally provide
-
- Example:
{"title": "Summer T-Shirt 2024", "platform_id": 1, ...}
- Example:
- Note: You must provide either
product_idORtitle, not both.
Request
Responses
- 200
- 400
- 409
- 500
Product deployed successfully
Validation error
Lock timeout - another deployment in progress
Deployment failed