Skip to content

moltin/syndigo-to-moltin-sync

Repository files navigation

Syndigo -> Moltin Sync

A serverless function to receive a JSON dump of product data from Syndigo and update products in the Moltin API with this new data.

📚 Moltin API reference — 📚 Vendavo API reference

🛠 Pre-requisites

  1. Serverless CLI
npm install -g serverless
  1. Serverless configured to use AWS Lambda

  2. Moltin Account

⛽️ Usage

  1. Change directory into the project and install the dependancies
cd syndigo-moltin
yarn
  1. Rename .example.env.yml
cp .example.env.yml .env.yml 
  1. Add values for your Moltin credentials in .env.yml

Note: This requires a Moltin account.

  1. Deploy the function via serverless
sls deploy
  1. Note the deployed URL endpoint and add /catalogue/update to the end. The URL is where Syndigo should send its JSON for catalogue updates.

❤️ Contributing

We love community contributions. Here's a quick guide if you want to submit a pull request:

  1. Fork the repository
  2. Commit your changes
  3. Submit your PR with a brief description explaining your changes

About

Send Syndigo data into Moltin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published