Start Here
Start here to understand the solution we are going to build along with the suggested environment setup.
Start here to understand the solution we are going to build along with the suggested environment setup.
Setup a product (aka “advert”) webhook that will emit an event every time a new product is created.
Create an Azure HTTP trigger function that will act as our webhook endpoint and create a product in commercetools
Exploration of the commercetools composable api that we’ll use to create products in commercetools.
Set up and configure an Azure Service Bus instance that is used to transport new order events from commercetools to Marketplacer
Create a commercetools Subscription that will emit Order Created messages that will traverse through to Marketplacer
Create our 2nd Azure Function to pick up Order Created messages from the Azure Service Bus and cascade to Marketplacer.