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

1.3.1 • Public • Published

node-ecwid

install

npm install ecwid
# or
yarn add ecwid

example

import {Ecwid} from "ecwid";

(async () => {
    const accessToken = 'secret_xxx';
    const storeId = 1;
    const ecwid = new Ecwid(storeId, accessToken);
    const storeProfile = (await ecwid.getStore()).unwrap();
    console.log(storeProfile);
})();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.1
    3
    • latest

Version History

Package Sidebar

Install

npm i ecwid

Weekly Downloads

3

Version

1.3.1

License

MIT

Unpacked Size

6.01 kB

Total Files

11

Last publish

Collaborators

  • watchdg