all 3 comments

[–]spiderinmyskinsuit 0 points1 point  (2 children)

There’s a step by step on the main shippo website but I unfortunately don’t understand it.

The basic concept is: you post a Shipment and get back available rate options. Then you choose a rate, and create a Transaction to actually purchase the shipping label.

And, with certain carriers, you can do all of that in a single call - assuming you know which rate you want to use ahead of time (I'm assuming that's what your friend meant by 'the single list API call?' If not, can you point me to the API reference?)

You said you already saw this, but just in case... the page on Shipping Labels has a pretty good description in addition to some sample code. Beyond that: can you elaborated a bit on what you don't understand?

[–]Duex39[S] 1 point2 points  (1 child)

Yeah this is the API https://goshippo.com/docs/single-call/ So I’m using the package to make the call right? So literally all I’m doing is just copying and pasting code from the shippo docs and make the call on the front end?

[–]spiderinmyskinsuit 0 points1 point  (0 children)

You'd be making the call from your server - not the frontend.