For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Data API
    • Introduction
  • Token
    • GETGet Authorization User Info
    • GETGet Authorization Info
  • Sites
    • GETList Sites
    • GETGet Site
    • GETGet Custom Domains
    • POSTPublish Site
  • Pages and Components
  • CMS
  • Forms
  • Custom Code
  • Assets
  • Comments
    • GETList Comment Threads
    • GETGet Comment Thread
    • GETList Comment Replies
  • Ecommerce
  • Webhooks
    • GETList Webhooks
    • GETGet Webhook
    • POSTCreate Webhook
    • DELRemove Webhook
      • All Events
      • POSTForm Submission
      • POSTSite Publish
      • POSTPage Created
      • POSTPage Metadata Updated
      • POSTPage Deleted
      • POSTCollection Item Created
      • POSTCollection Item Updated
      • POSTCollection Item Deleted
      • POSTCollection Item Published
      • POSTCollection Item Unpublished
      • POSTNew eComm Order
      • POSTUpdated eComm Order
      • POSTUpdated eComm Inventory
      • POSTNew Comment Thread
  • Site Configuration
  • Enterprise
LogoLogo
Resources
Get started
WebhooksEvents

Updated eComm Inventory

Payload
1{
2 "triggerType": "ecomm_inventory_changed",
3 "payload": {
4 "quantity": 100,
5 "inventoryType": "finite"
6 }
7}
Information about updated ecommerce inventory values
Was this page helpful?
Previous

New Comment Thread

Next
Built with

Payload

The payload of this webhook request is an object.
triggerTypeenumOptional
Allowed values:
payloadobjectOptional
The availabile inventory for an item

Response

200
Return a 200 status to indicate that the data was received successfully