bulkAdjustProductProperty( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Adjusts a specified numerical property for up to 100 products at a time. The property can be increased or decreased either by percentage or amount.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Manage Products
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
adjustAdjustValueRequired

Numerical property to adjust.


idsArray<string>Required

Product IDs.

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