Skip to main content

Create Product

POST 

/api/products

Create a new product.

Authentication: Requires Bearer token.

Required fields: sku (unique), type Product types: standard, bundle, kit, matrix Weight units: kg, lb, oz, g Dimension units: cm, in, mm, ft

For bundle/kit products, include components[] with id and quantity. For matrix products (parent), include variations[] with sku and attributes.

Returns 422 validation error if SKU already exists or other validation fails.

Request

Responses

Successful response