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

# Norce

## About Norce

Norce Commerce is a composable, headless SaaS platform for digital commerce, powered by human expertise. It helps companies with advanced needs accelerate their digital commerce.

Read more at [norce.io](https://www.norce.io/).

## Introduction

This is a template project for building a provider that onboards data from the [Norce API](https://docs.norce.io/api-reference/).

## How it works

The solution consists of the functions shown below.

<img src="https://mintcdn.com/occtoo/rhaQ_VXgj002-gUe/images/integrations/providers/norce-provider-dataflow.png?fit=max&auto=format&n=rhaQ_VXgj002-gUe&q=85&s=4e52d404c785a66f3dd5de1ffa3e8e50" alt="Data flow of the Norce provider" width="1648" height="1236" data-path="images/integrations/providers/norce-provider-dataflow.png" />

* **Get Url** (timer trigger) — calls the Norce API for the file URL and saves the URL, onboarded flag, and timestamp to table storage.
* **Read File** (timer trigger) — picks up a pending URL from table storage, downloads the file from Norce file storage, stages it in blob storage, and adds a message to the queue.
* **Queue-triggered function** — reads the staged file from blob storage, parses it, and onboards the data to Occtoo.

To get the provider details required by the template, see [Add a data provider](/guides/studio/sources/add-a-data-provider) and [Client/secret](/get-started/get-data-into-occtoo#1-client-id-and-secret).

## Download and installation

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