onInventoryItemStockStatusUpdated( )


Notes:

Triggered when an inventory item's stock is updated.

Permissions
Read inventory in v3 catalog
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?