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

Shippo change shipping rate

I'm using the Shippo API to try and set my rate/parcel to USPS priority. Per the docs I feel like I need to add/edit the $rate array, but I can't seem to figure it out. // Select the rate you want to purchase. // We simply select the first rate in…
vytfla
  • 549
  • 2
  • 9
  • 29
0
votes
1 answer

Shippo returned rates

I posted a question previously about integrating FedEx shipping with a shopping cart, and it was suggested that I try Shippo. I use the following code to get the rates: $rates = Shippo_Shipment::get_shipping_rates(array('id'=> …
Darth Mikey D
  • 107
  • 2
  • 14
-1
votes
1 answer

How to get carrier_account number in goshippo

**How to get carrier_account number in goshippo ** shippo.transaction.create({ "shipment": shipment, "servicelevel_token": "ups_ground", "carrier_account": "558c84bbc25a4f609f9ba02da9791fe4", "label_file_type": "png" })
Satish Baghel
  • 45
  • 2
  • 6
-1
votes
3 answers

Node.js and HTML

I am new to node.js and I'm trying to run a script that uses Node.js' require() when a html button is clicked but it simply says "require" is not recognized (which makes sense). So how exactly can I activate my node.js script when the HTML button…
DCS
  • 393
  • 1
  • 4
  • 12
-2
votes
1 answer

Does the Shippo API have the capability to suggest address corrections upon validation

When doing an address validation, does the Shippo API response have the ability to return address suggestions? For example, in e-commerce sites, when you enter in your shipping address, you sometimes get a popup with multiple address variations that…
Cathy
  • 3
  • 1
-3
votes
1 answer

shippo api code igniter Unable to load the requested class

In code-igniter, I got this problem An Error Was Encountered Unable to load the requested class:shippo in autoload.php $autoload['libraries'] = array(Shippo/Shippo); in controler $this->load->library('Shippo/Shippo'); in…
kevin
  • 9
  • 2
1 2 3 4
5