About NewStore
NewStore is an omnichannel retail platform that combines POS, order management, inventory, and fully integrated native shopping apps, all delivered as a service. It is live in 55 countries. Read more at newstore.com.Introduction
This is a template project for building a formatter that sends data from an Occtoo destination to NewStore.How it works
The solution consists of the functions shown below.
- NewStoreExport (HTTP trigger) — called to get products from the Occtoo API. It writes JSON files to blob storage and sends a message to the queue.
- NewStoreOutboxDequeue (queue trigger) — picks up the queued items and sends them to NewStore.