Skip to main content

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)
    • Product must already exist in your workspace
    • Example: {"product_id": 789, "platform_id": 1, ...}
  • Mode 2: Auto-create & Deploy New Product
    • Provide title instead of product_id
    • System auto-creates minimal product with title, auto-generated SKU, and category
    • Optionally provide sku_origin for custom SKU
    • Example: {"title": "Summer T-Shirt 2024", "platform_id": 1, ...}
  • Note: You must provide either product_id OR title, not both.

Request

Responses

Product deployed successfully