Updates multiple products in one request.
Requires the stores.products.update permission.
Documentation Index
Fetch the complete documentation index at: https://docs.komerza.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key goes here
The ID of the store.
The Komerza.Common.Forms.Products.BulkUpdateProductForm with updates.
Form for updating multiple products in a store at once. All fields are nullable - only non-null values will be applied to the selected products.
The list of product IDs to update
1List of product visibility (or privacy) levels
0, 1, 2 Whether VPNs and proxies should be blocked from purchasing the products
The array of blacklisted payment methods for the products
Whether to mark the products as bestsellers
The description of the products (supports markdown)
50000The message to include in the delivery email when the product is delivered. This will be applied to ALL variants of the selected products.
2048Defines how affiliate discounts should be applied to a product.
0, 1, 2 Custom affiliate discount percentage (0-100) when AffiliateDiscountMode is Custom
0 <= x <= 100The 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
Represents the data associated with a response.