About Brink
Brink Commerce is a composable e-commerce platform that lets retailers build faster, adapt quicker, and spend less. Read more at brinkcommerce.com.Introduction
This is a template project for building a formatter that sends data from an Occtoo destination to Brink Commerce.How it works
The solution consists of the functions shown below.
- AddToQueue (HTTP trigger) — called to get data from the Occtoo destination API, then adds a message to the storage queue.
- BrinkFormatter (queue trigger) — picks up the queued message and puts the data to the Brink API.