Skip to main content

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.

Introduction

This is a template project for building a provider that onboards data from the Norce API.

How it works

The solution consists of the functions shown below. Data flow of the Norce provider
  • 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 and Client/secret.

Download and installation

Request the latest code from developer@occtoo.com, then build and deploy it to your Azure instance.