Webhook
Before you start you have to consider some points
Last updated
Before you start you have to consider some points
There are some actions that you need to trigger on some events
Production BaseUrl app.converted.in/magento/webhooks
Testing BaseUrl app-stg.converted.in/magento/webhooks
When a new collection/category is added webhook
When a new user is registered webhook
When a new product is added/updated/stock changed webhook
When order is added or updated webhook
POST BASEURL/endpoint
Authorization
string
Bearer token, the same magento token that you provided us
JSON object
string
json entity
Last updated
{
"status": "success"
}{
"status": "Authorization error"
}