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
0
votes
1 answer

Can I send tracking ID which is being generated for the shipment to PayPal?

Have a website where shippo is integrated. In checkout page I can select shipment options which are coming via shippo API. During checkout can I feed tracking ID proivided by shippo to PayPal? It's needed for payment protection on PayPal. PayPal…
0
votes
2 answers

Swift 4 URLsession with Authentication API Key

I am trying to make a POST Request for the Shippo REST API in Swift, but since it needs an API Authentication key I cannot figure out how to implement the key in the URLSession in Swift 4. As the Apple documentation puts it I cannot use…
mnaghd01
  • 125
  • 2
  • 6
0
votes
1 answer

Tracking a Shippo shipment vs. tracking an outside shipment

When you establish a webhook for a non-Shippo-created shipment, you receive updates with a "track_updated" field in the response. If you've created a shipment through Shippo, do you receive updates with a "transaction_updated" field or a…
0
votes
1 answer

How do we the halt the execution flow, till we get the response from a callback function?

I'm passing an array to async.each(), where the execution will pass through the if condition, it adds the items to the array when the condition is satisfied while entering into the else statement, the execution will not wait for the shippo response.…
0
votes
1 answer

is it possible to input a custom logo to the shipping label with shippo?

When integrating the shippo api and a web app, is there a way to input a custom logo onto the shipping label. If so what carriers can we do this with?
0
votes
2 answers

I am trying to create a test label from Shippo, however I get a rate error

However I get this error, that I don't know what it means: Fatal error: Uncaught Shippo_InvalidRequestError: {"rate": ["This field is required."]} in /home/****/shippo/lib/Shippo/ApiRequestor.php:100 Stack trace: #0…
PBXAI
  • 21
  • 5
0
votes
1 answer

Shippo ruby client - issues retrieving Shipment and rates

I am able to successfully create a shipment using the Ruby client, but when I run Shippo::Shipment.retrieve("valid_shipment_object_id") I get: undefined methodretrieve' for Shippo::Shipment:Class` and when I run…
millie
  • 235
  • 1
  • 10
0
votes
1 answer

Batch status - 'validating' after failed creation

Hi i`m tryng to work with shipping batches, after i create batch like…
Šaras
  • 1
0
votes
1 answer

Parcel object values in Shippo?

I have integrating Shippo API into my project, I have few queries on Parcel object which we need to send the length, height, weight etc.. 1) How should we know the user is given correct values for these fields, if he given wrong values what should…
venkat
  • 11
  • 2
0
votes
1 answer

What are valid contents of the "address_from" field? Is it context sensitive?

In various places in the API documentation, I see where I can pass a JSON object with address information: https://goshippo.com/docs/first-shipment or using an address identifier: https://goshippo.com/docs/manifests Can I use either JSON or an…
Colin
  • 163
  • 1
  • 3
0
votes
1 answer

Confusing shippo error during transaction using API

I keep getting this error when executing a transaction on rate object id's that were created a few days ago. { "source": "USPS", "code": "", "text": "The selected shipment date must be within 7 days of 02/15/2017, 07:11PM CST." } Im…
0
votes
1 answer

Link Shippo Transaction to Shopify Order

I am attempting to work on some integration with Shopify and Shippo, part of the process is sending an email to our warehouse including the order line items with the Shipping Label attached as a PDF. When we create the label in Shippo, the…
0
votes
1 answer

Receiving Shippo::Exceptions::APIServerError: Unable to read data received back from the server When trying new Shippo Shipment

In a Rails 4 app using Shippo for shipping, I'm passing the following hash into Shippo::Shipment.create(shippo_params), as per the API docs: { :object_purpose => "PURCHASE", :async => false, :address_to => { "object_purpose" =>…
rcd
  • 1,348
  • 1
  • 14
  • 27
0
votes
1 answer

Shippo cost on product page

we are thinking in using Shippo for our shipping but would like to have the shipping rates of Shippo at the product page and also the checkout. How could we do that or what alternatives do we have? thanks
NicoG
  • 29
  • 1
  • 4
0
votes
1 answer

track shipment with shippo

I am trying to integrate shippo API to track my shipment informationa and here is the CURL request i am sending curl https://api.goshippo.com/v1/tracks/ -H "Authorization: ShippoToken " -H "Content-Type: application/json" -d…
opensource-developer
  • 2,826
  • 4
  • 38
  • 88