decrementInventory( )


Subtracts a set number of items from inventory.

The decrementInventory() 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
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
decrementDataArray<DecrementData>Required

Item or product to decrement.

Did this help?