Skip to main content

About Shopify

Shopify supports the next generation of entrepreneurs, the world’s biggest brands, and everyone in between. Read more at shopify.com.

Introduction

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

How it works

The solution consists of the functions shown below. Data flow of the Shopify provider
  • FullImport — adds all items to the queue for a full import.
  • Incremental — adds only the changed items to the queue.
  • Queue-triggered provider — picks up each queued message, gets the data from the Shopify API, and onboards it 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.