Questions tagged [shippo]

shippo refers to the libraries and APIs produced by the company “Shippo” for multi-carrier integration, shipping label creation/purchasing, parcel tracking, and other shipping-related activities.

Shippo is RESTful shipping API with a set of language-specific wrappers for integrating with multiple shipping carriers (such as USPS, FedEx, UPS, DHL, and more), assisting in shipping label creation, parcel tracking, address validation, and rate comparison for e-commerce businesses and platforms.

Shippo is typically viewed as an alternative to integrating with multiple carriers individually and maintaining your own in-house shipping operations. It’s common to integrate with Shippo to connect with multiple carriers through its API, and use its web application as a dashboard for high-level shipment management.

Shippo also provides app plug-ins on common e-commerce platforms such as Shopify, Etsy, GoDaddy, Weebly, Bigcommerce, and Magento.

66 questions
5
votes
1 answer

Creating a Shipment object in Shippo returns objects in Queued status

We are using the Shippo api via the provided PHP library for our project. When creating a shipment object, it is being returned with a "Queue" status and, although a rate url is given, the rates_list array is empty. Trying to understand a few…
Mikhail
  • 198
  • 7
3
votes
2 answers

What data is POSTed to a shippo webhook?

I would like to implement a shippo webhook in order to know the delivery status of my shipments, their documentation is a little unclear... I don't know what information will be passed to my script I have setup a test URL and a live one and have…
MikeGA
  • 1,262
  • 4
  • 17
  • 38
3
votes
2 answers

Installing Shippo PHP Manually

Is there a way to install the Shippo PHP files manually without Composer or Laravel? I uploaded the files manually, but I get an error when I run the examples: Warning: require_once(/var/www/html/shippo/examples../../vendor/autoload.php): …
jligda
  • 180
  • 3
  • 18
2
votes
1 answer

Shippo - Python Package Async Issue

I have imported the Shippo python package and I am trying to get their sample to work but I am running into the following error message (see below). I am running Python 3.7.2 on the most current API version. Here is the error - Traceback (most…
tom.in.mn
  • 21
  • 1
2
votes
1 answer

GoShippo API doesn't return rates in Europe

My requests to Shippo API doesn't return any rates for EU. Just successfully managed to get rates for USA and UK. But I need to make delivery from Czech Republic to other countries. In my GoShippo account I currently have these carriers: …
Quantum Robin
  • 48
  • 1
  • 4
2
votes
1 answer

Shippo: Using generated transaction's label_url variable in other functions

I'm hoping someone with more experience working with Shippo's API in Node can help me figure this out. My end goal is to press a button on an angular form front end, have the shipment transaction created, and use the transaction's label URL to…
wingmatt
  • 72
  • 2
  • 7
2
votes
1 answer

Getting shipping price in specific currency on Shippo

When using Shippo API for buying postage and printing shipping labels, shipping rates are returned in the currency of the country you're shipping from. So if you're shipping from Europe they will show in Euro, if you're shipping from United States…
Mikhail
  • 198
  • 7
2
votes
1 answer

I'm trying to use Shippo to get a USPS shipping label to send within the US, but can't seem to get any rates to appear

This is my request: Address from: Array( [name] => Mr.John [street1] => 1234 Market Street [city] => San Francisco [zip] => 95432 [state] => CA [phone] => +1 415 123 1234 [email] => mrjohn+test@gmail.com [country] => US [object_purpose] =>…
Sandeep Pathak
  • 10,567
  • 8
  • 45
  • 57
1
vote
0 answers

How to pass package Info from Shippo creating order API

I create orders from Shippo create order API order created successfully, but in Shippo dashboard there is no packaging info
SMHussain
  • 31
  • 2
  • 8
1
vote
0 answers

Shippo c# api and ASP.net

I am trying to integrate the shippo API into an older web project that is used on our MC9090s. I have successfully implemented it in a test winforms project no problem, but when I try to utilize it within this web project I get a…
Jake
  • 13
  • 4
1
vote
1 answer

Shippo Tracking FeDex Error in Json Serialization in C#

I was trying to use the project ShippingTesting in Visual Studio(C#). I tried UPS which works great. But when I tried FeDex, it threw an error saying: "Newtonsoft.Json.JsonSerializationException", " Additional information: Error converting value…
1
vote
0 answers

Rates not returning while creating a shipment using shippo

I am integrating shippo API so far it is working great but there is this problem that when I send the request to create shipment shipment is creating but there is nothing in the rate array but when I send the same request through postman I am…
Mohsin Abbas
  • 630
  • 8
  • 29
1
vote
0 answers

Creating new address on shippo gives 500 error

I am creating a new address using shippo api using test token and when i give the array of address and click create it gives me 500 error. I am doing everything according to the docs given by shippo here is my code that I am using. The request I am…
Mohsin Abbas
  • 630
  • 8
  • 29
1
vote
1 answer

Shippo Reference Field Not Applied to USPS Label

I'm using the Shippo API to create USPS labels, however, when I use reference_1 or reference_2 fields in the shipment request, the custom strings entered are not visible on the label. We use those fields for the order number or rma…
sineo
  • 31
  • 3
1
vote
1 answer

Using Swift to access Shippo API Returns undocumented error

We are trying to use the Shippo API to print shipping label and cannot seem to get it to work. The data used in the code here is directly from the Shippo website. We are using Swift, Alamofire, and SwiftyJSON with this Swift code from our ios App,…
LilMoke
  • 3,176
  • 7
  • 48
  • 88
1
2 3 4 5