API Documentation
Authentication APIs
- Login & Register
- Create & Manage Users
Catalog APIs
- GETList all products
- GETList all skus
- GETRetrieve a product
- GETRetrieve product variants
- GETRetrieve variant detail
- GETList all categories
- GETRetrieve product reviews
- POSTCreate product review
- GETRetrieve similar products
- GETRetrieve up sell products
- GETRetrieve cross sell products
- GETRetrieve recommended products
- POSTDatocms webhook
Cart & Checkout APIs
- Cart
- Checkout
Coupons & promotions API
Customers API
Orders APIs
Shipping APIs
Analytics
Campaigns API
Catalog APIs
Datocms webhook
POST
/
catalog
/
webhook
/
datocms
curl --request POST \
--url https://services.commercengine.dev/api/v1/x2yh61zw4k/storefront/catalog/webhook/datocms \
--header 'Content-Type: application/json' \
--data '{}'
{
"message": "<string>",
"success": true
}
Headers
hash string provided for datocms webhook
Body
application/json ยท object
json payload
curl --request POST \
--url https://services.commercengine.dev/api/v1/x2yh61zw4k/storefront/catalog/webhook/datocms \
--header 'Content-Type: application/json' \
--data '{}'
{
"message": "<string>",
"success": true
}