Shipping API Python library (USPS, FedEx, UPS and more)
Project description
Shippo Python SDK
Shippo is a shipping API that connects you with multiple shipping carriers (such as USPS, UPS, DHL, Canada Post, Australia Post, and many others) through one interface.
You must register for a Shippo account to use our API. It's free to sign up. Only pay to print a live label, test labels are free.
To use the API, you must generate an API Token. In the following examples, replace <YOUR_API_KEY_HERE>
with your own token.
For example.
api_key_header="shippo_test_595d9cb0c0e14497bf07e75ecfec6c6d"
Summary
Shippo external API.: Use this API to integrate with the Shippo service
Table of Contents
- SDK Installation
- SDK Example Usage
- Available Resources and Operations
- Error Handling
- Server Selection
- Custom HTTP Client
- Authentication
SDK Installation
The SDK can be installed using the pip package manager, with dependencies and metadata stored in the setup.py
file.
pip install shippo
SDK Reinstallation to a specific version
pip install --force-reinstall -I shippo==3.4.4
SDK Example Usage
Example
import shippo
shippo_sdk = shippo.Shippo(
api_key_header="<YOUR_API_KEY_HERE>",
# the API version can be globally set, though this is normally not required
# shippo_api_version='<YYYY-MM-DD>',
)
address_list = shippo_sdk.addresses.list()
if address_list is not None:
# handle response
pass
Custom HTTP Client
The Python SDK makes API calls using the requests HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom requests.Session
object.
For example, you could specify a header for every request that this sdk makes as follows:
import shippo
import requests
http_client = requests.Session()
http_client.headers.update({'x-custom-header': 'someValue'})
s = shippo.Shippo(client=http_client)
Debug HTTP Client
The Shippo Python SDK returns schema models directly rather than wrapping the response in an envelope along with
additional request/response details (status code, raw json, etc). However, there are times when the underlying
http information is useful so a 'debug' client is provided. Using this client, you can retrieve the
requests.PreparedRequest
and requests.Response
from the most recent API call.
import shippo
from shippo.debug import DebugSession
debug_session = DebugSession()
shippo_sdk = shippo.Shippo(api_key_header="<YOUR_API_KEY_HERE>", client=debug_session)
shippo_sdk.addresses.list()
# print the previous request http headers
print(debug_session.last_request.headers)
# print the previous response status code and raw json
print(debug_session.last_response.status_code, debug_session.last_response.text)
Documentation
Review our full guides and references at https://docs.goshippo.com/.
Available Resources and Operations
Available methods
addresses
- list - List all addresses
- create - Create a new address
- get - Retrieve an address
- validate - Validate an address
batches
- create - Create a batch
- get - Retrieve a batch
- add_shipments - Add shipments to a batch
- purchase - Purchase a batch
- remove_shipments - Remove shipments from a batch
carrier_accounts
- list - List all carrier accounts
- create - Create a new carrier account
- get - Retrieve a carrier account
- update - Update a carrier account
- initiate_oauth2_signin - Connect an existing carrier account using OAuth 2.0
- register - Add a Shippo carrier account
- get_registration_status - Get Carrier Registration status
carrier_parcel_templates
customs_declarations
- list - List all customs declarations
- create - Create a new customs declaration
- get - Retrieve a customs declaration
customs_items
manifests
orders
parcels
pickups
- create - Create a pickup
rates
- get - Retrieve a rate
- list_shipment_rates - Retrieve shipment rates
- list_shipment_rates_by_currency_code - Retrieve shipment rates in currency
rates_at_checkout
- create - Generate a live rates request
- get_default_parcel_template - Show current default parcel template
- update_default_parcel_template - Update default parcel template
- delete_default_parcel_template - Clear current default parcel template
refunds
service_groups
- list - List all service groups
- create - Create a new service group
- update - Update an existing service group
- delete - Delete a service group
shipments
shippo_accounts
- list - List all Shippo Accounts
- create - Create a Shippo Account
- get - Retrieve a Shippo Account
- update - Update a Shippo Account
tracking_status
transactions
user_parcel_templates
- list - List all user parcel templates
- create - Create a new user parcel template
- delete - Delete a user parcel template
- get - Retrieves a user parcel template
- update - Update an existing user parcel template
webhooks
- create_webhook - Create a new webhook
- list_webhooks - List all webhooks
- get_webhook - Retrieve a specific webhook
- update_webhook - Update an existing webhook
- delete_webhook - Delete a specific webhook
Maturity
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
Contributions
While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release.
About Shippo
Connect with multiple different carriers, get discounted shipping labels, track parcels, and much more with just one integration. You can use your own carrier accounts or take advantage of our discounted rates with the Shippo carrier accounts. Using Shippo makes it easy to deal with multiple carrier integrations, rate shopping, tracking and other parts of the shipping workflow. We provide the API and web app for all your shipping needs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shippo-3.8.0.tar.gz
.
File metadata
- Download URL: shippo-3.8.0.tar.gz
- Upload date:
- Size: 110.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09b4841b567a0091495e73591495d26a7a35eb95a9358c5b67432142c6b97dc4 |
|
MD5 | 6f3ed4ef01fa71d40e67b6172130b2f4 |
|
BLAKE2b-256 | 9c52ef4efb71a35744ce63729adad6054c83195e00e20f8782d5ead61ac26b67 |
File details
Details for the file shippo-3.8.0-py3-none-any.whl
.
File metadata
- Download URL: shippo-3.8.0-py3-none-any.whl
- Upload date:
- Size: 275.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc24d430a68806a88a9cc54ff6bc175c95520df99ad9c0be49c7247e0a2f04f8 |
|
MD5 | f0389e250cd6a5c5c735e64964030a0c |
|
BLAKE2b-256 | a03e909f1ad973c3da76fe1cf8d74c6b7bff6d5d1ff98ecbfb27c1a3e547f7a0 |