Skip to main content
POST
Create a product

Authorizations

X-Juo-Admin-Api-Key
string
header
required

Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.

Headers

X-Tenant-ID
string
required

Unique identifier of the tenant in the system (usually a store identifier)

Body

application/json
title
string
required
Minimum string length: 1
description
string
vendor
string
productType
string
tags
string[]
status
Available options:
active
category
string

The product taxonomy category identifier.

Minimum string length: 1
collections
string[]

Collection IDs to associate the product with

Minimum string length: 1
image
object

Response

Default Response

id
string
required
Minimum string length: 1
title
string
required
Minimum string length: 1
image
null | object
required
collections
object[]
required
planGroups
string[]
required

Subscription plan group IDs associated with this product

Minimum string length: 1