shopify-fetcher
v1.0.5
Published
This library returns all products, pages, blogs, articles, comments ,collects, collections, ..., from Shopify using the Rest api
Downloads
4
Readme
Installation:
$ npm install shopify-fetcher --save
Usage:
import:
import { shopifyFetcher } from 'shopify-fetcher';
Initialize your config settings:
shopifyFetcher.init(shopifyDomain, accessToken);
Then call it as needed:
const pages = await shopifyFetcher.pages.getAllPages();