Skip to content
On this page

Events

More information about webhooks at Webhooks.

Possible events

EventoDescription
stock.quantity_changedWhen stock quantity is changed

Request for stock.[quantity_changed]

json
{
    "event": "stock.quantity_changed",
    "payload": {
        "stock_id": 1,
        "stock_item_id": 1,
        "sku": "SKU-123",
        "quantity": 10,
        "current_quantity": 10,
        "stock": {
            "id": 1,
            "provider_id": 1,
            "stock_status": 10,
            "stock_status_text": "Active",
            "updated_at": "2023-07-06T12:19:32+00:00"
        }
    },
    "event_at": "2023-07-06T12:19:32+00:00"
}