Inventory Variants Changed


Note: When building a self-hosted app, implement your own webhook endpoint to receive and process incoming webhook payloads. Learn more about webhooks.

Triggered when inventory variants are changed.

Permissions
Read Products
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
externalIdstringdeprecated - use productId instead

Deprecated: use productId.


inventoryItemIdstring

Inventory item ID.


productIdstring

Product ID.


updatedDatestringformat date-time

Date and time the inventory variant item was last updated.


variantsArray <ChangedInventoryVariant>

Information about changed variants.


Did this help?