Creates a new product in the store.
Requires the stores.products.create permission.
Your API key goes here
The ID of the store.
The Komerza.Common.Forms.Products.CreateProductForm with product details.
Form for creating a product in a store
The list of variants to create in the product
The name of the product, this is displayed publicly on the store page and marketplace
3 - 64The description of the product, supports markdown and images from IMGBB only
16384Whether the product should be marked as the bestseller on the user's store page, does nothing for the marketplace
The slug of the product, if null then the ID is used
1 - 72The object was successfully created.
Represents a default generic response for API endpoints.
Indicates whether the operation or response was successful.
A descriptive message providing additional context or information about the response.
The error code (if there was an error) to use when referencing the error
Represents a product that belongs to a specific store and contains details such as name, description, visibility, and associated information.