Skip to main content
POST
Create a product

Authorizations

Authorization
string
header
required

API key from Settings > Integrations > API Keys

Headers

Idempotency-Key
string

Unique key for idempotent requests

Body

application/json
name
string
required
Maximum string length: 255
unitPrice
number
required
Required range: x >= 0
currency
string
required
Required string length: 3
description
string
Maximum string length: 2000
sku
string
Maximum string length: 100
taxRate
number
Required range: 0 <= x <= 100
type
string
Maximum string length: 50
unitOfMeasure
string
Maximum string length: 50

Response

Product created

data
object