An open API service indexing awesome lists of open source software.

https://github.com/nerdsofalltrades/shopify-product-feed

Microservice to export product data from a Shopify shop to 3rd party systems
https://github.com/nerdsofalltrades/shopify-product-feed

Last synced: 8 months ago
JSON representation

Microservice to export product data from a Shopify shop to 3rd party systems

Awesome Lists containing this project

README

          

# Shopify product feed for 3rd party systems

[![Build Status](https://api.travis-ci.org/nerdsofalltrades/shopify-product-feed.svg?branch=master)](https://travis-ci.org/nerdsofalltrades/shopify-product-feed)
[![Greenkeeper badge](https://badges.greenkeeper.io/nerdsofalltrades/shopify-product-feed.svg)](https://greenkeeper.io/)

Microservice to export product data from a Shopify shop to 3rd party systems

## Start

```
$ npm start
```

will start a server on port 3000.

```
$ PORT=4242 npm start
```

will start a server on a custom port.

## Sugartrends.com

Their system accepts a CSV which one get via:

```
$ curl http://localhost:3000/shopfiy-product-feed/sugartrends?key=shopify-app-key&secret=shopify-app-secret&store=shopify-store
```

or try it live at:

https://nerdsofalltrad.es/shopify-product-feed/sugartrends