Webhook

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

Actions to trigger

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

Request template

Request authorization should follow the following template

POST BASEURL/endpoint

Headers

Name
Type
Description

Authorization

string

Bearer token, the same magento token that you provided us

Request Body

Name
Type
Description

JSON object

string

json entity

Last updated

Was this helpful?