incrementInventory( )


Adds a set number of items to inventory.

The incrementInventory() function returns a Promise that is resolved when the specified item's quantity has been updated in the inventory.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
incrementDataArray<IncrementData>Required

Item or product to increment.

Was this helpful?
Yes
No