@sellix/node-sdk

1.0.13 • Public • Published

Sellix NodeJS SDK

node-sdk-tag npm downloads

Introduction

Sellix public API for developers to access merchant resources

Requirements

  • NodeJS

Installation

Install the package through NPM.

npm i @sellix/node-sdk

Usage

// pass <MERCHANT_NAME> only if you need to be authenticated as an additional store
const sellix = require("@sellix/node-sdk")("<YOUR_API_KEY>", "<MERCHANT_NAME>")

void (async () => {
  try {
    const products = await sellix.products.list()
  } catch (e) {
    console.log(e)
  }
})()

Documentation

Sellix Developers API

Readme

Keywords

none

Package Sidebar

Install

npm i @sellix/node-sdk

Weekly Downloads

69

Version

1.0.13

License

MIT

Unpacked Size

24.6 kB

Total Files

19

Last publish

Collaborators

  • danieleservadei
  • florain