How to identify in each webhook event(order/shipment) whether order is placed from particular business(biz1,biz2,biz3) when we deployed more than 1 business in 1 cluster

How to identify business in each webhook event(order/shipment) whether order is placed from particular business(biz1,biz2,biz3) when we deployed more than 1 business in 1 cluster.

Hi @Channu,

Every business has a unique app_id which is passed into a webhook payload and can be used to differentiate across businesses.

1 Like

hi @SiddNiv ,
Thanks for your response.
My next query is the mapping between app_id and sales channel where to find in platforms site.

Hi @Channu,
On platform UI, whenever you select any of the sales channels, in the browser URL you will be able to find the app_id.

i.e https://platform.hostx1.de/company/100/application/< 64b002e1386bae58f856f06
→ app_id>/products

1 Like

Got it…Thanks @SiddNiv