node-shopify
TypeScript icon, indicating that this package has built-in type declarations

5.7.0 • Public • Published

node-shopify

module for creating Shopify API calls

install dependencies

yarn install
# or
npm install 

build

yarn run build
# or
npm run build

example

import {Shopify} from 'node-shopify';

(async () => {
    const accessLogin = 'xxx';
    const accessPassword = 'shpat_yyy';
    const url = 'example.myshopify.com'
    const shopify = new Shopify(`https://${accessLogin}:${accessToken}@${url}`, 5000);
    //
    const products = (await shopify.getProducts()).unwrap();
})();

Readme

Keywords

Package Sidebar

Install

npm i node-shopify

Weekly Downloads

6

Version

5.7.0

License

MIT

Unpacked Size

37 kB

Total Files

23

Last publish

Collaborators

  • watchdg