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 webhookarrow-up-right

When a new user is registered webhookarrow-up-right

When a new product is added/updated/stock changed webhookarrow-up-right

When order is added or updated webhookarrow-up-right

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