onInventoryItemCreated( )


Notes:

Triggered when an inventory item is created.

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

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

Did this help?