Create Product
Products
Create Product
Create a new product (master + default variant) in your workspace
POST
Create Product
Authorization
Bearer token for authentication. Format:
Bearer qwoty_your_tokenRequest Body
Unique API identifier (snake_case). Can only contain lowercase letters,
numbers and underscores.
Billing model. Allowed values:
one_off, recurringProduct name
Internal reference code for the default variant
Product description
Active status
Array of catalog UUIDs to link the product to. The workspace default catalog
is always included automatically.
Array of product category UUIDs to assign to this product.
Stock Keeping Unit
Number of units per pack
Ledger account code
External CRM identifier
External ERP identifier
External accounting identifier
Shipping weight
Weight unit. Allowed values:
kg, lbsShipping height
Shipping length
Shipping width
Length unit (e.g.,
cm, in)ISO country code of origin
HS code for customs
Examples
Response
Indicates if the request was successful
The created product object (variant structure, identical to
GET /api/products/{id})
