Updated eComm Inventory

Information about updated ecommerce inventory values

Payload

The payload of this webhook request is an object.
triggerType"ecomm_inventory_changed"OptionalDefaults to ecomm_inventory_changed
payloadobjectOptional

The availabile inventory for an item

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}
Built with