Updates basic information of a product.
Requires the stores.products.update permission.
Your API key goes here
The ID of the store.
The ID of the product to update.
The Komerza.Common.Forms.Products.UpdateProductForm with new details.
Form for update a products basic information in a store
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
List of product visibility (or privacy) levels
0, 1, 2 The slug of the product, if null then the ID is used
1 - 72Custom metadata set by either the user or the system to store additional information about the product
20000The object was successfully updated.
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
The data object encapsulated within the response, representing the core output of the API operation