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
Nested Schema : inventoryInfo
Type: object
Inventory information
Show Source
Nested Schema : updatedItems
Type: array
Array of updated items
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : sku
Type: object
Properties of SKU from Product Catalog
Show Source
Nested Schema : parentProducts
Type: array
Properties of parent product of the SKU from Product Catalog
Show Source
Nested Schema : variants
Type: array
Array containing variant info of the SKU
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
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