Bulk Update Products
Updates multiple products in one request.
Requires the stores.products.update permission.
Authorizations
Your API key goes here
Path Parameters
The ID of the store.
Body
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, 3 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 <= 100Custom fields to apply to all variants of the selected products. When set, existing custom fields on each variant are removed and replaced with these.
Determines when a customer is added to the Discord server and when they receive their role.
0, 1 Determines whether Discord linking is required, optional, or disabled during checkout.
0, 1, 2 Discord role ID to assign to all variants of the selected products. When set, all variants will be mapped to this Discord role.
32Response
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
Represents the data associated with a response.