onInventoryItemChanged( )


Notes:

Triggered when an inventory item is changed.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Products
Read Products
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: InventoryItemChangedEnvelope): void | Promise<void>

JavaScript
Did this help?