UNPKG

feathers-shippo

Version:

A Feathers JS adapter for the Shippo API

19 lines (18 loc) 847 B
export { ShippoService, shippo } from './service'; export * from './resources/ShippoAddresses'; export * from './resources/ShippoBatches'; export * from './resources/ShippoCarrierAccounts'; export * from './resources/ShippoCarrierParcelTemplates'; export * from './resources/ShippoCustomsDeclarations'; export * from './resources/ShippoCustomsItems'; export * from './resources/ShippoManifests'; export * from './resources/ShippoOrders'; export * from './resources/ShippoParcels'; export * from './resources/ShippoPickups'; export * from './resources/ShippoRates'; export * from './resources/ShippoRefunds'; export * from './resources/ShippoServiceGroups'; export * from './resources/ShippoShipments'; export * from './resources/ShippoTracks'; export * from './resources/ShippoTransactions'; export * from './resources/ShippoUserParcelTemplates';