Webhook for "Mark as sold out on Point of Sale and Online" Event

I’d like to make a Webhook subscription for when an item has “Mark as sold out on Point of Sale and Online” enabled/disabled. This can happen via the website when editing an item, or via the POS.

I tried subscribing to the “inventory.count.updated” webhook, but in practice that does not seem to get called for this event.

https://developer.squareup.com/reference/square/inventory-api/webhooks/inventory.count.updated

Is this a bug, or am I missing something? Thanks!

You’ll need to listen to catalog.version.updated events for when an item is marked as sold out. Here’s our documentation for Monitoring Sold-out Item Variations. :slightly_smiling_face: