Create Product

View as Markdown
Creates a new product with one or more variants. Requires a product name and at least one variant with a unique SKU.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Request

The product to add
is_quarantinebooleanOptional
Flag indicating whether the product should be created in quarantine status
namestring or nullOptional
The name of the product
taxonomy_idinteger or nullOptional
The taxonomy ID for categorizing the product
type_idenumOptional

The product type ID (1 = Regular, 2 = Bundle)

Allowed values:
variantslist of objects or nullOptional
List of variants to create with the product. At least one variant is required. Each variant must have a unique SKU.

Response

Created
created_ondatetime or null
Timestamp when the product was created
idlong or null
Unique identifier for the product
namestring or null
Product name
taxonomyobject or null
Product categorization information including category hierarchy
typestring or null

Product type (e.g., ‘Regular’ or ‘Bundle’)

updated_ondatetime or null
Timestamp when the product was last updated
user_idlong or null
ID of the user who owns this product
variantslist of objects or null
List of variants belonging to this product. Each variant represents a specific SKU.