shippo-node-client icon indicating copy to clipboard operation
shippo-node-client copied to clipboard

Shipping API Node.js library (USPS, FedEx, UPS and more)

Results 24 shippo-node-client issues
Sort by recently updated
recently updated
newest added

Hello all, I am having an issue with this package. Every time I try build the app it crashes and gives me an error. To reproduce the following error I...

Rates retrieve does not work. Method does not return individual shipping rates, nor it expects individual shipment object id. Documentation: https://goshippo.com/docs/reference/js#rates-retrieve **Expectations:** Providing object id (which was created using shippo.shipment.create)...

We are able to successfully use Require to use this library, but using imports doesn't work, and unfortunately our current set up requires imports. Whenever we import, we get 400...

@types/shippo in not the same with docs. Example Docs and API response: ```ts shippo.address.create({ "name":"Shawn Ippotle", "company":"Shippo", "street1":"215 Clayton St.", "city":"San Francisco", "state":"CA", "zip":"94117", "country":"US", "email":"[email protected]", "validate": true }, function(err,...

Are there any Typescript definitions expected in the future? Thanks!

I am having trouble reaching `carrieraccount`. Ive notice several situations where @types might be out-of-date? ``` import * as shippoClient from 'shippo'; shippoClient('**').carrieraccount; ``` results in the following error >Property...

So far all the zip codes we've tested work, and we get the list of shipping rates, but we already have two customers who get no UPS options for these...

I'm in test mode and am trying to work through the example found here: https://goshippo.com/docs/single-call/ It's giving me the following error: {type: "ShippoAPIError", message: "The data you sent was not...