Skip to main content
POST
Create Product

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Body

application/json
name
string
required
type
enum<string>
default:physical
Available options:
physical,
digital,
service,
bundle
status
enum<string>
default:draft
Available options:
draft,
active
description
string
tags
string[]
attributes
object
options
object[]
variants
object[]
price
object

For single-variant products (when no options exist)

images
object[]
metadata
object

Response

201 - application/json

Created

id
string
name
string
slug
string
description
string
type
enum<string>
Available options:
physical,
digital,
service,
bundle
status
enum<string>
Available options:
draft,
active,
archived
tags
string[]
attributes
object
images
object[]
options
object[]
variants
object[]
metadata
object
created_at
string<date-time>
updated_at
string<date-time>