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.

Authentication

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

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
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