Inventory Changed

The information about the inventory item that changed

Trigger Type

ecomm_inventory_changed

Properties

FieldTypeDescription
_id stringUnique identifier for a SKU item
quantity numberTotal quantity of items remaining in inventory (if finite)
inventoryType stringinfinite or finite

Example

{
    "_id": "5bfedb42bab0ad90fa7dad39",
    "quantity": 83,
    "inventoryType": "finite"
}