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": "string",
3 "quantity": 1,
4 "inventoryType": "infinite"
5}