UNPKG

@stylusapparel/shipstation-api-node

Version:
14 lines (12 loc) 359 B
"use strict"; const __shipments = require("../lib/shipments"); module.exports = (__http) => { const _shipments = __shipments(__http); const __this = { createLabel: _shipments._createLabel, getRates: _shipments._getRates, getAll: _shipments._getAllShipments, voidLabel: _shipments._voidShipmentLabel, }; return __this; };