Skip to main content
POST
Create Product

Authorizations

X-API-Key
string
header
required

API Key for authentication

Body

application/json

Product Create Request

group_code
string
required

If no grouping is available, the group code will be the sku_id

Example:

"PRD1"

variants
object[]
required
grouping_attributes
string[]

Ordered list of attribute names used to distinguish and group variants under the same product (e.g., size, then shape). Example: ["color", "size"]

Example:
brand
string

Brand name (required when brand management is enabled).

Example:

"Acme"

Response

Created

data
object[]