bulkAdjustProductProperty( )


Adjusts a numeric property for up to 100 products at a time.

The bulkAdjustProductProperty() function returns a Promise that resolves when the property of the products have been adjusted.

A property can be increased or decreased either by percentage or amount. The properties that can be bulk-adjusted are detailed in the adjust object in the parameters section below.

Note: Do not pass important information from client-side code. Doing so opens a vulnerability that a malicious user can exploit to change information, such as a buyer’s personal details (address, email, etc.) or product price information. To learn more about how to keep your code secure, see Security Considerations When Working with Wix Code.

Method Declaration
Copy
Method Parameters
idsArray<string>Required

IDs of the products to adjust.


adjustBulkAdjustPropertiesRequired

Numeric property to adjust.

Returns
Return Type:Promise<BulkUpdateResponse>
Was this helpful?
Yes
No