updateInventory

post

/ccadmin/v1/webhook/updateInventory

This event is triggered on update of inventory with the details of inventory items which change their availability status

Request

Supported Media Types
Body ()
Root Schema : updateInventory_request
Type: object
Show Source
Example:
{
    "preorderThreshold":0,
    "backorderLevel":0,
    "preorderLevel":0,
    "locationId":"loc1",
    "availabilityDate":null,
    "backorderThreshold":0,
    "stockThreshold":"10",
    "type":"variant",
    "stockLevel":"120"
}
Back to Top

Response

Supported Media Types

200 Response

No response is returned as this is an event webhook
Body ()
Root Schema : emptyResponse
Show Source
Back to Top