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 inventoryType is 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": 100
4}