@jeffgat/shipstation-node
TypeScript icon, indicating that this package has built-in type declarations

0.13.1 • Public • Published

shipstation-node

Unofficial Shipstation API Wrapper for Node.js

This project is currently a work in progress and contributors are welcome! 👋

Usage

  • Set the following env variables for our Shipstation account:
    • SS_API_KEY (your Shipstation API Key)
    • SS_API_SECRET (your Shipstation API secret)
import ShipStation from 'shipstation-node'

// Create instance
const shipstation = new ShipStation()

// Get all orders
const orders = await shipstation.orders.getAll()

// Get order by id
const order = await shipstation.orders.get(1244)

Readme

Keywords

none

Package Sidebar

Install

npm i @jeffgat/shipstation-node

Weekly Downloads

1

Version

0.13.1

License

MIT

Unpacked Size

84.7 kB

Total Files

87

Last publish

Collaborators

  • jeffgat