Skip to main content
POST
Create/publish a sellable product

Body

application/json
scraped_product_id
string<uuid>
required
name
string
required
Minimum string length: 1
is_rfc_item
boolean
required
selling_price
number
required
Required range: x > 0
brand
string | null
description
string | null
category_id
string<uuid> | null
subcategory_id
string<uuid> | null

Response

Product created

sellable_product
object
required