Skip to main content
POST
Create Product

Create Product

Create a new product in your catalog.
Requires write:products scope.

Request

Body Parameters

string
required
Product name
string
required
Product barcode (must be unique)
string
SKU / external ID
string
Product category
string
Product description
number
Unit price
number
Weight in kg
number
Width in cm
number
Height in cm
number
Depth in cm
boolean
default:"false"
Whether product is sold by weight
string
Product image URL

Example

Response

Error Responses

400 Validation Error

409 Already Exists