ShipEngine™ technology powers tens of thousands of merchants, with over a billion shipments fulfilled and counting.
The ShipEngine shipping platform has fulfilled over a billion shipments—more than 3x our competitors, combined.
Ship with the top global carriers in minutes—instead of weeks— when you integrate with our modern, RESTful API.
Quickly get rates across all your connected carriers and choose the best service for your shipments.
Easily integrate real-time tracking information for shipments into your app, email, or SMS.
Avoid delays and surcharges when shipping in the US or internationally. Global address validation included free when you ship with ShipEngine.
Save up to 40% off USPS postage and up to 29% off FedEx, or bring your own negotiated carrier rates.
With our approachable documentation and robust library support, you can start shipping today with any of our 20+ supported shipping carriers. All of our APIs can be used alone or in conjunction with each other to build powerful shipping functionality into an existing application or service.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
-H "Content-type: application/json" \ -H "api-key: dmtzyBFq9DsGMGd1GkzHilzeEAKsyyRyxQH3cz7M+Lo" \ -d '{ "shipment": { "service_code": "usps_priority_mail", "ship_to": { "name": "Dade Murphy", "phone": "+1 (212) 555-5555", "company_name": "Zero Cool", "address_line1": "345 Chambers Street", "city_locality": "New York City", "state_province": "NY", "postal_code": "10282", "country_code": "US" }, "ship_from": { "name": "Peter Gibbons", "phone": "512-123-4567", "company_name": "Initech", "address_line1": "4120 Freidrich Ln", "address_line2": "Suite 100", "city_locality": "Austin", "state_province": "TX", "postal_code": "78744", "country_code": "US" }, "packages": [ { "weight": { "value": 1.0, "unit": "ounce" } } ] }, "test_label": true}' |
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
-H "Content-type: application/json" \ -H "api-key: dmtzyBFq9DsGMGd1GkzHilzeEAKsyyRyxQH3cz7M+Lo" \ -d '{ "shipment": { "ship_to": { "name": "Dade Murphy", "phone": "+1 (212) 555-5555", "company_name": "Zero Cool", "address_line1": "345 Chambers Street", "city_locality": "New York City", "state_province": "NY", "postal_code": "10282", "country_code": "US" }, "ship_from": { "name": "Peter Gibbons", "phone": "512-123-4567", "company_name": "Initech", "address_line1": "4120 Freidrich Ln", "address_line2": "Suite 100", "city_locality": "Austin", "state_province": "TX", "postal_code": "78744", "country_code": "US" }, "packages": [ { "weight": { "value": 1.0, "unit": "ounce" } } ] }, "rate_options": { "carrier_ids": ["se-123890"] }}' |
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-H "Content-Type: application/json" \ -H "api-key: dmtzyBFq9DsGMGd1GkzHilzeEAKsyyRyxQH3cz7M+Lo" \ -d '[ { "name": "Dade Murphy", "phone": "+1 (212) 555-5555", "company_name": "Zero Cool", "address_line1": "345 Chambers Street", "city_locality": "New York City", "state_province": "NY", "postal_code": "10282", "country_code": "US", }]' |
|
1
2
3
|
curl 'https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490' -X GET \-H "Content-type: application/json" \-H "api-key: dmtzyBFq9DsGMGd1GkzHilzeEAKsyyRyxQH3cz7M+Lo" |
Ready to get started?
Get in touch, or create an account.