Updates multiple products in one request.
Requires the stores.products.update permission.
Your API key goes here
The ID of the store.
The Komerza.Common.Forms.Products.BulkUpdateProductForm with updates.
Form for updating or updating multiple products in a store
The list of product IDs to update
Whether the system should ignore if the product is "Out of stock" and allow purchasing the product anyway, mandatory for dynamic products
Whether the product is a dynamic product type, in this case the response from the webhook will dictate the item
The webhook URL to send dynamic product requests and just delivery notifications to
512List of product visibility (or privacy) levels
0, 1, 2 The message to put on the completed delivery email when the product has been delivered
2048The custom field names to prompt the user with when buying the product
The minimum quantity required to buy the product, defaults to 1
1 <= x <= 100000The maximum quantity the user is allowed to buy for the product, -1 = no limit
-1 <= x <= 100000Whether VPNs and proxies are blocked from purchasing the product, very good for Stripe
The array of blacklisted payment methods for the specific product, must be a valid Komerza payment method ID
The 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