Updated eComm Inventory

Payload

The payload of this webhook request is an object.
_idstringOptional

Unique identifier for a SKU item

quantitydoubleOptional

Total quantity of items remaining in inventory (if finite)

inventoryType"infinite" or "finite"Optional
Allowed values: infinitefinite

infinite or finite

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "_id": "5bfedb42bab0ad90fa7dad39",
3 "quantity": 83,
4 "inventoryType": "finite"
5}