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!