Create Product
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_quarantine
Flag indicating whether the product should be created in quarantine status
name
The name of the product
taxonomy_id
The taxonomy ID for categorizing the product
type_id
The product type ID (1 = Regular, 2 = Bundle)
Allowed values:
variants
List of variants to create with the product. At least one variant is required. Each variant must have a unique SKU.
Response
Created
created_on
Timestamp when the product was created
id
Unique identifier for the product
name
Product name
taxonomy
Product categorization information including category hierarchy
type
Product type (e.g., ‘Regular’ or ‘Bundle’)
updated_on
Timestamp when the product was last updated
user_id
ID of the user who owns this product
variants
List of variants belonging to this product. Each variant represents a specific SKU.

