updateInventoryVariants( )


Updates product inventory, including total quantity, whether the product is in stock, and whether the product inventory is tracked.

The updateInventoryVariants() function is a Promise that resolves to the updated inventory variant data.

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
productIdstringRequired

Product ID.


inventoryItemUpdateInventoryVariantsInventoryItemRequired

Inventory item to update.


optionsUpdateInventoryVariantsOptions
Did this help?