shipstation-node icon indicating copy to clipboard operation
shipstation-node copied to clipboard

Unofficial Node.js Wrapper for Shipstation API

Results 5 shipstation-node issues
Sort by recently updated
recently updated
newest added

This is a great library and has really helped speed up my integration with ShipStation. However, I need to use "List By Tag" and don't see how to do it...

Hey, first of all, thank you for all of work on this, it's been really helpful! When attempting to use shipments.getAll, I noticed that the return type of the method...

I tried using the library in Nest JS. `orders.getAll()` worked fine, while `orders.get()` had 2 issues. First issue is that the order was not found when passing number of the...

Create Warehouse - https://www.shipstation.com/docs/api/warehouses/create/ Update Warehouse - https://www.shipstation.com/docs/api/warehouses/update/ Delete Warehouse - https://www.shipstation.com/docs/api/warehouses/delete/ - Implement the create, update and delete warehouse endpoints - The docs says that warehouseName is optional, however...