> ## Documentation Index
> Fetch the complete documentation index at: https://docs.occtoo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NewStore

## 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](https://www.newstore.com/).

## Introduction

This is a template project for building a formatter that sends data from an Occtoo destination to [NewStore](https://www.newstore.com/).

## How it works

The solution consists of the functions shown below.

<img src="https://mintcdn.com/occtoo/rhaQ_VXgj002-gUe/images/integrations/formatters/newstore-formatter-dataflow.png?fit=max&auto=format&n=rhaQ_VXgj002-gUe&q=85&s=0ab6e04acd3c08c476679bd115e60ea2" alt="Data flow of the NewStore formatter" width="1808" height="840" data-path="images/integrations/formatters/newstore-formatter-dataflow.png" />

* **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.

To get the destination details required by the template, see [Create a destination](/guides/studio/destinations/create-a-destination) and [Register an application](/guides/studio/destinations/register-an-application).

## Download and installation

Request the latest code from [developer@occtoo.com](mailto:developer@occtoo.com), then build and deploy it to your Azure instance.
