Updated eComm Inventory

Payload

The payload of this webhook request is any.

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "ecomm_inventory_changed",
3 "payload": {
4 "id": "5bfedb42bab0ad90fa7dad39",
5 "quantity": 100,
6 "inventoryType": "finite"
7 }
8}