onProductVariantsChanged( )


Notes:

Triggered when a product variant is changed.

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

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

JavaScript
Did this help?