www.shipengine.com Open in urlscan Pro
141.193.213.21  Public Scan

Submitted URL: http://www.shipengine.com/
Effective URL: https://www.shipengine.com/
Submission: On February 24 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Login Sign Up

 * Products
   * Shipping APIsSync your integrations to solve shipping.
   * International ShippingPrint labels for cross-border.
   * OrdersSee all your orders in one place.
 * Who We Help
   * E-Commerce Platforms
   * Third Party Logistics
   * Brands
   * Developers
     * Documentation
     * API Status
     * Support
     * Solutions Partners
 * Integrations
   * Carriers
   * Order Sources
   * Build Your Own Integration
 * Company
   * About Us
   * Blog
   * Case Studies
   * Careers
 * Pricing


 * Products
   * Shipping APIsSync your integrations to solve shipping.
   * International ShippingPrint labels for cross-border.
   * OrdersSee all your orders in one place.
 * Who We Help
   * E-Commerce Platforms
   * Third Party Logistics
   * Brands
   * Developers
     * Documentation
     * API Status
     * Support
     * Solutions Partners
 * Integrations
   * Carriers
   * Order Sources
   * Build Your Own Integration
 * Company
   * About Us
   * Blog
   * Case Studies
   * Careers
 * Pricing

Login Sign Up




THE #1 SHIPPING API

ShipEngine is the platform of choice for world-class shipping and logistics. Our
shipping APIs help brands, ecommerce platforms, 3PLs and others save time and
money on shipping.

Need to ship just one parcel? Use ShipBot, powered by ShipEngine.

Get a Free API Key
No credit card required


We’ve Turned Logistics Problems Into Solutions for Brands Like



WHAT IS SHIPENGINE?

1:10









 * Shipping
 * Rates
 * Tracking
 * 

   
 * Curl
 * HTTP
 * Python
 * Ruby
 * C#
 * 

curl -iX POST https://api.shipengine.com/v1/labels \
-H 'API-Key: __YOUR_API_KEY_HERE__' \
-H 'Content-Type: application/json' \
-d '{
"shipment": {
"service_code": "usps_priority_mail",
"ship_to": {
"name": "Amanda Miller",
"phone": "555-555-5555",
"address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose",
"state_province": "CA",
"postal_code": "95128",
"country_code": "US",
"address_residential_indicator": "yes"
},
"ship_from": {
"name": "John Doe",
"phone": "111-111-1111",
"company_name": "Example Corp.",
"address_line1": "4009 Marathon Blvd",
"address_line2": "Suite 300",
"city_locality": "Austin",
"state_province": "TX",
"postal_code": "78756",
"country_code": "US",
"address_residential_indicator": "no"
},
"packages": [
{
"weight": {
"value": 20,
"unit": "ounce"
}
}
]
}
}'
curl -iX POST https://api.shipengine.com/v1/labels \ -H 'API-Key:
__YOUR_API_KEY_HERE__' \ -H 'Content-Type: application/json' \ -d '{ "shipment":
{ "service_code": "usps_priority_mail", "ship_to": { "name": "Amanda Miller",
"phone": "555-555-5555", "address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose", "state_province": "CA", "postal_code": "95128",
"country_code": "US", "address_residential_indicator": "yes" }, "ship_from": {
"name": "John Doe", "phone": "111-111-1111", "company_name": "Example Corp.",
"address_line1": "4009 Marathon Blvd", "address_line2": "Suite 300",
"city_locality": "Austin", "state_province": "TX", "postal_code": "78756",
"country_code": "US", "address_residential_indicator": "no" }, "packages": [ {
"weight": { "value": 20, "unit": "ounce" } } ] } }'


curl -iX POST https://api.shipengine.com/v1/labels \
-H 'API-Key: __YOUR_API_KEY_HERE__' \
-H 'Content-Type: application/json' \
-d '{
  "shipment": {
    "service_code": "usps_priority_mail",
    "ship_to": {
      "name": "Amanda Miller",
      "phone": "555-555-5555",
      "address_line1": "525 S Winchester Blvd",
      "city_locality": "San Jose",
      "state_province": "CA",
      "postal_code": "95128",
      "country_code": "US",
      "address_residential_indicator": "yes"
    },
    "ship_from": {
      "name": "John Doe",
      "phone": "111-111-1111",
      "company_name": "Example Corp.",
      "address_line1": "4009 Marathon Blvd",
      "address_line2": "Suite 300",
      "city_locality": "Austin",
      "state_province": "TX",
      "postal_code": "78756",
      "country_code": "US",
      "address_residential_indicator": "no"
    },
    "packages": [
      {
        "weight": {
          "value": 20,
          "unit": "ounce"
        }
      }
    ]
  }
}'

 

POST /v1/labels HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json

{
"shipment": {
"service_code": "usps_priority_mail",
"ship_to": {
"name": "Amanda Miller",
"phone": "555-555-5555",
"address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose",
"state_province": "CA",
"postal_code": "95128",
"country_code": "US",
"address_residential_indicator": "yes"
},
"ship_from": {
"name": "John Doe",
"phone": "111-111-1111",
"company_name": "Example Corp.",
"address_line1": "4009 Marathon Blvd",
"address_line2": "Suite 300",
"city_locality": "Austin",
"state_province": "TX",
"postal_code": "78756",
"country_code": "US",
"address_residential_indicator": "no"
},
"packages": [
{
"weight": {
"value": 20,
"unit": "ounce"
}
}
]
}
}

}
POST /v1/labels HTTP/1.1 Host: api.shipengine.com API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json { "shipment": { "service_code":
"usps_priority_mail", "ship_to": { "name": "Amanda Miller", "phone":
"555-555-5555", "address_line1": "525 S Winchester Blvd", "city_locality": "San
Jose", "state_province": "CA", "postal_code": "95128", "country_code": "US",
"address_residential_indicator": "yes" }, "ship_from": { "name": "John Doe",
"phone": "111-111-1111", "company_name": "Example Corp.", "address_line1": "4009
Marathon Blvd", "address_line2": "Suite 300", "city_locality": "Austin",
"state_province": "TX", "postal_code": "78756", "country_code": "US",
"address_residential_indicator": "no" }, "packages": [ { "weight": { "value":
20, "unit": "ounce" } } ] } } }


POST /v1/labels HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json

{
  "shipment": {
    "service_code": "usps_priority_mail",
    "ship_to": {
      "name": "Amanda Miller",
      "phone": "555-555-5555",
      "address_line1": "525 S Winchester Blvd",
      "city_locality": "San Jose",
      "state_province": "CA",
      "postal_code": "95128",
      "country_code": "US",
      "address_residential_indicator": "yes"
    },
    "ship_from": {
      "name": "John Doe",
      "phone": "111-111-1111",
      "company_name": "Example Corp.",
      "address_line1": "4009 Marathon Blvd",
      "address_line2": "Suite 300",
      "city_locality": "Austin",
      "state_province": "TX",
      "postal_code": "78756",
      "country_code": "US",
      "address_residential_indicator": "no"
    },
    "packages": [
      {
        "weight": {
          "value": 20,
          "unit": "ounce"
        }
      }
    ]
  }
}

}

 

import requests url = “https://api.shipengine.com/v1/labels” payload = “{\n
\”shipment\”: {\n \”service_code\”: \”usps_priority_mail\”,\n \”ship_to\”: {\n
\”name\”: \”Amanda Miller\”,\n \”phone\”: \”555-555-5555\”,\n \”address_line1\”:
\”525 S Winchester Blvd\”,\n \”city_locality\”: \”San Jose\”,\n
\”state_province\”: \”CA\”,\n \”postal_code\”: \”95128\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”yes\”\n },\n \”ship_from\”: {\n
\”name\”: \”John Doe\”,\n \”phone\”: \”111-111-1111\”,\n \”company_name\”:
\”Example Corp.\”,\n \”address_line1\”: \”4009 Marathon Blvd\”,\n
\”address_line2\”: \”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n
\”state_province\”: \”TX\”,\n \”postal_code\”: \”78756\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 20,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}” headers
= { ‘Host’: ‘api.shipengine.com’, ‘API-Key’: ‘__YOUR_API_KEY_HERE__’,
‘Content-Type’: ‘application/json’ } response = requests.request(“POST”, url,
headers=headers, data = payload) print(response.text.encode(‘utf8’))

require “uri” require “net/http” url =
URI(“https://api.shipengine.com/v1/labels”) https = Net::HTTP.new(url.host,
url.port); https.use_ssl = true request = Net::HTTP::Post.new(url)
request[“Host”] = “api.shipengine.com” request[“API-Key”] =
“__YOUR_API_KEY_HERE__” request[“Content-Type”] = “application/json”
request.body = “{\n \”shipment\”: {\n \”service_code\”:
\”usps_priority_mail\”,\n \”ship_to\”: {\n \”name\”: \”Amanda Miller\”,\n
\”phone\”: \”555-555-5555\”,\n \”address_line1\”: \”525 S Winchester Blvd\”,\n
\”city_locality\”: \”San Jose\”,\n \”state_province\”: \”CA\”,\n
\”postal_code\”: \”95128\”,\n \”country_code\”: \”US\”,\n
\”address_residential_indicator\”: \”yes\”\n },\n \”ship_from\”: {\n \”name\”:
\”John Doe\”,\n \”phone\”: \”111-111-1111\”,\n \”company_name\”: \”Example
Corp.\”,\n \”address_line1\”: \”4009 Marathon Blvd\”,\n \”address_line2\”:
\”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n \”state_province\”: \”TX\”,\n
\”postal_code\”: \”78756\”,\n \”country_code\”: \”US\”,\n
\”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 20,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}”
response = https.request(request) puts response.read_body

var client = new RestClient(“https://api.shipengine.com/v1/labels”);
client.Timeout = -1; var request = new RestRequest(Method.POST);
request.AddHeader(“Host”, “api.shipengine.com”); request.AddHeader(“API-Key”,
“__YOUR_API_KEY_HERE__”); request.AddHeader(“Content-Type”, “application/json”);
request.AddParameter(“application/json”, “{\n \”shipment\”: {\n
\”service_code\”: \”usps_priority_mail\”,\n \”ship_to\”: {\n \”name\”: \”Amanda
Miller\”,\n \”phone\”: \”555-555-5555\”,\n \”address_line1\”: \”525 S Winchester
Blvd\”,\n \”city_locality\”: \”San Jose\”,\n \”state_province\”: \”CA\”,\n
\”postal_code\”: \”95128\”,\n \”country_code\”: \”US\”,\n
\”address_residential_indicator\”: \”yes\”\n },\n \”ship_from\”: {\n \”name\”:
\”John Doe\”,\n \”phone\”: \”111-111-1111\”,\n \”company_name\”: \”Example
Corp.\”,\n \”address_line1\”: \”4009 Marathon Blvd\”,\n \”address_line2\”:
\”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n \”state_province\”: \”TX\”,\n
\”postal_code\”: \”78756\”,\n \”country_code\”: \”US\”,\n
\”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 20,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}”,
ParameterType.RequestBody); IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);

   
 * Curl
 * HTTP
 * Python
 * Ruby
 * C#
 * 

curl -iX POST https://api.shipengine.com/v1/rates \
-H 'API-Key: __YOUR_API_KEY_HERE__' \
-H 'Content-Type: application/json' \
-d '{
"rate_options": {
"carrier_ids": [
"se-123890"
]
},
"shipment": {
"validate_address": "no_validation",
"ship_to": {
"name": "Amanda Miller",
"phone": "555-555-5555",
"address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose",
"state_province": "CA",
"postal_code": "95128",
"country_code": "US",
"address_residential_indicator": "yes"
},
"ship_from": {
"company_name": "Example Corp.",
"name": "John Doe",
"phone": "111-111-1111",
"address_line1": "4009 Marathon Blvd",
"address_line2": "Suite 300",
"city_locality": "Austin",
"state_province": "TX",
"postal_code": "78756",
"country_code": "US",
"address_residential_indicator": "no"
},
"packages": [
{
"weight": {
"value": 1.0,
"unit": "ounce"
}
}
]
}
}'
curl -iX POST https://api.shipengine.com/v1/rates \ -H 'API-Key:
__YOUR_API_KEY_HERE__' \ -H 'Content-Type: application/json' \ -d '{
"rate_options": { "carrier_ids": [ "se-123890" ] }, "shipment": {
"validate_address": "no_validation", "ship_to": { "name": "Amanda Miller",
"phone": "555-555-5555", "address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose", "state_province": "CA", "postal_code": "95128",
"country_code": "US", "address_residential_indicator": "yes" }, "ship_from": {
"company_name": "Example Corp.", "name": "John Doe", "phone": "111-111-1111",
"address_line1": "4009 Marathon Blvd", "address_line2": "Suite 300",
"city_locality": "Austin", "state_province": "TX", "postal_code": "78756",
"country_code": "US", "address_residential_indicator": "no" }, "packages": [ {
"weight": { "value": 1.0, "unit": "ounce" } } ] } }'


curl -iX POST https://api.shipengine.com/v1/rates \
-H 'API-Key: __YOUR_API_KEY_HERE__' \
-H 'Content-Type: application/json' \
-d '{
  "rate_options": {
    "carrier_ids": [
      "se-123890"
    ]
  },
  "shipment": {
    "validate_address": "no_validation",
    "ship_to": {
      "name": "Amanda Miller",
      "phone": "555-555-5555",
      "address_line1": "525 S Winchester Blvd",
      "city_locality": "San Jose",
      "state_province": "CA",
      "postal_code": "95128",
      "country_code": "US",
      "address_residential_indicator": "yes"
    },
    "ship_from": {
      "company_name": "Example Corp.",
      "name": "John Doe",
      "phone": "111-111-1111",
      "address_line1": "4009 Marathon Blvd",
      "address_line2": "Suite 300",
      "city_locality": "Austin",
      "state_province": "TX",
      "postal_code": "78756",
      "country_code": "US",
      "address_residential_indicator": "no"
    },
    "packages": [
      {
        "weight": {
          "value": 1.0,
          "unit": "ounce"
        }
      }
    ]
  }
}'


POST /v1/rates HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json

{
"rate_options": {
"carrier_ids": [
"se-123890"
]
},
"shipment": {
"validate_address": "no_validation",
"ship_to": {
"name": "Amanda Miller",
"phone": "555-555-5555",
"address_line1": "525 S Winchester Blvd",
"city_locality": "San Jose",
"state_province": "CA",
"postal_code": "95128",
"country_code": "US",
"address_residential_indicator": "yes"
},
"ship_from": {
"company_name": "Example Corp.",
"name": "John Doe",
"phone": "111-111-1111",
"address_line1": "4009 Marathon Blvd",
"address_line2": "Suite 300",
"city_locality": "Austin",
"state_province": "TX",
"postal_code": "78756",
"country_code": "US",
"address_residential_indicator": "no"
},
"packages": [
{
"weight": {
"value": 1.0,
"unit": "ounce"
}
}
]
}
}
POST /v1/rates HTTP/1.1 Host: api.shipengine.com API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json { "rate_options": { "carrier_ids": [ "se-123890"
] }, "shipment": { "validate_address": "no_validation", "ship_to": { "name":
"Amanda Miller", "phone": "555-555-5555", "address_line1": "525 S Winchester
Blvd", "city_locality": "San Jose", "state_province": "CA", "postal_code":
"95128", "country_code": "US", "address_residential_indicator": "yes" },
"ship_from": { "company_name": "Example Corp.", "name": "John Doe", "phone":
"111-111-1111", "address_line1": "4009 Marathon Blvd", "address_line2": "Suite
300", "city_locality": "Austin", "state_province": "TX", "postal_code": "78756",
"country_code": "US", "address_residential_indicator": "no" }, "packages": [ {
"weight": { "value": 1.0, "unit": "ounce" } } ] } }


POST /v1/rates HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json

{
  "rate_options": {
    "carrier_ids": [
      "se-123890"
    ]
  },
  "shipment": {
    "validate_address": "no_validation",
    "ship_to": {
      "name": "Amanda Miller",
      "phone": "555-555-5555",
      "address_line1": "525 S Winchester Blvd",
      "city_locality": "San Jose",
      "state_province": "CA",
      "postal_code": "95128",
      "country_code": "US",
      "address_residential_indicator": "yes"
    },
    "ship_from": {
      "company_name": "Example Corp.",
      "name": "John Doe",
      "phone": "111-111-1111",
      "address_line1": "4009 Marathon Blvd",
      "address_line2": "Suite 300",
      "city_locality": "Austin",
      "state_province": "TX",
      "postal_code": "78756",
      "country_code": "US",
      "address_residential_indicator": "no"
    },
    "packages": [
      {
        "weight": {
          "value": 1.0,
          "unit": "ounce"
        }
      }
    ]
  }
}


import requests url = “https://api.shipengine.com/v1/rates” payload = “{\n
\”rate_options\”: {\n \”carrier_ids\”: [\n \”se-123890\”\n ]\n },\n
\”shipment\”: {\n \”validate_address\”: \”no_validation\”,\n \”ship_to\”: {\n
\”name\”: \”Amanda Miller\”,\n \”phone\”: \”555-555-5555\”,\n \”address_line1\”:
\”525 S Winchester Blvd\”,\n \”city_locality\”: \”San Jose\”,\n
\”state_province\”: \”CA\”,\n \”postal_code\”: \”95128\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”yes\”\n },\n \”ship_from\”: {\n
\”company_name\”: \”Example Corp.\”,\n \”name\”: \”John Doe\”,\n \”phone\”:
\”111-111-1111\”,\n \”address_line1\”: \”4009 Marathon Blvd\”,\n
\”address_line2\”: \”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n
\”state_province\”: \”TX\”,\n \”postal_code\”: \”78756\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 1.0,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}”
headers = { ‘Host’: ‘api.shipengine.com’, ‘API-Key’: ‘__YOUR_API_KEY_HERE__’,
‘Content-Type’: ‘application/json’ } response = requests.request(“POST”, url,
headers=headers, data = payload) print(response.text.encode(‘utf8’))

require “uri” require “net/http” url =
URI(“https://api.shipengine.com/v1/rates”) https = Net::HTTP.new(url.host,
url.port); https.use_ssl = true request = Net::HTTP::Post.new(url)
request[“Host”] = “api.shipengine.com” request[“API-Key”] =
“__YOUR_API_KEY_HERE__” request[“Content-Type”] = “application/json”
request.body = “{\n \”rate_options\”: {\n \”carrier_ids\”: [\n \”se-123890\”\n
]\n },\n \”shipment\”: {\n \”validate_address\”: \”no_validation\”,\n
\”ship_to\”: {\n \”name\”: \”Amanda Miller\”,\n \”phone\”: \”555-555-5555\”,\n
\”address_line1\”: \”525 S Winchester Blvd\”,\n \”city_locality\”: \”San
Jose\”,\n \”state_province\”: \”CA\”,\n \”postal_code\”: \”95128\”,\n
\”country_code\”: \”US\”,\n \”address_residential_indicator\”: \”yes\”\n },\n
\”ship_from\”: {\n \”company_name\”: \”Example Corp.\”,\n \”name\”: \”John
Doe\”,\n \”phone\”: \”111-111-1111\”,\n \”address_line1\”: \”4009 Marathon
Blvd\”,\n \”address_line2\”: \”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n
\”state_province\”: \”TX\”,\n \”postal_code\”: \”78756\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 1.0,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}”
response = https.request(request) puts response.read_body

var client = new RestClient(“https://api.shipengine.com/v1/rates”);
client.Timeout = -1; var request = new RestRequest(Method.POST);
request.AddHeader(“Host”, “api.shipengine.com”); request.AddHeader(“API-Key”,
“__YOUR_API_KEY_HERE__”); request.AddHeader(“Content-Type”, “application/json”);
request.AddParameter(“application/json”, “{\n \”rate_options\”: {\n
\”carrier_ids\”: [\n \”se-123890\”\n ]\n },\n \”shipment\”: {\n
\”validate_address\”: \”no_validation\”,\n \”ship_to\”: {\n \”name\”: \”Amanda
Miller\”,\n \”phone\”: \”555-555-5555\”,\n \”address_line1\”: \”525 S Winchester
Blvd\”,\n \”city_locality\”: \”San Jose\”,\n \”state_province\”: \”CA\”,\n
\”postal_code\”: \”95128\”,\n \”country_code\”: \”US\”,\n
\”address_residential_indicator\”: \”yes\”\n },\n \”ship_from\”: {\n
\”company_name\”: \”Example Corp.\”,\n \”name\”: \”John Doe\”,\n \”phone\”:
\”111-111-1111\”,\n \”address_line1\”: \”4009 Marathon Blvd\”,\n
\”address_line2\”: \”Suite 300\”,\n \”city_locality\”: \”Austin\”,\n
\”state_province\”: \”TX\”,\n \”postal_code\”: \”78756\”,\n \”country_code\”:
\”US\”,\n \”address_residential_indicator\”: \”no\”\n },\n \”packages\”: [\n {\n
\”weight\”: {\n \”value\”: 1.0,\n \”unit\”: \”ounce\”\n }\n }\n ]\n }\n}”,
ParameterType.RequestBody); IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);

   
 * Curl
 * HTTP
 * Python
 * Ruby
 * C#
 * 

curl -iX GET
'https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490'
\
-H 'API-Key: __YOUR_API_KEY_HERE__' \
curl -iX GET
'https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490'
\ -H 'API-Key: __YOUR_API_KEY_HERE__' \


curl -iX GET 'https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490' \
-H 'API-Key: __YOUR_API_KEY_HERE__' \

GET /v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490
HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
GET /v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490
HTTP/1.1 Host: api.shipengine.com API-Key: __YOUR_API_KEY_HERE__


GET /v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__


 

import requests url =
“https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490”
payload = {} headers = { ‘Host’: ‘api.shipengine.com’, ‘API-Key’:
‘__YOUR_API_KEY_HERE__’ } response = requests.request(“GET”, url,
headers=headers, data = payload) print(response.text.encode(‘utf8’))

require “uri” require “net/http” url =
URI(“https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490”)
https = Net::HTTP.new(url.host, url.port); https.use_ssl = true request =
Net::HTTP::Get.new(url) request[“Host”] = “api.shipengine.com”
request[“API-Key”] = “__YOUR_API_KEY_HERE__” response = https.request(request)
puts response.read_body

var client = new
RestClient(“https://api.shipengine.com/v1/tracking?carrier_code=stamps_com&tracking_number=9405511899223197428490”);
client.Timeout = -1; var request = new RestRequest(Method.GET);
request.AddHeader(“Host”, “api.shipengine.com”); request.AddHeader(“API-Key”,
“__YOUR_API_KEY_HERE__”); IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);

USE OUR FLEXIBLE APIS TO SOLVE SHIPPING




ShipEngine APIs help businesses access deeply discounted rates across carriers,
validate addresses, process and track shipments, and manage returns. Tap into
our thorough documentation for integration and ongoing support.

Our Products View Documentation

REMARKABLY SIMPLE INTEGRATIONS


QUICKLY INTEGRATE WITH HUNDREDS OF CARRIERS AND ORDER SOURCES AROUND THE WORLD.

See Carrier Integrations See Order Source Integrations










SHIPENGINE SAVES YOU TIME AND MONEY


RentMy

Rental businesses traditionally revolve around a local market. If you need a
bounce house for a birthday party in ...

See Details

Snap Tax & Lien

Snap Tax & Lien Search launched as a startup in April 2018. Its mission was to
provide residential tax ...

See Details

Cetec ERP

Cetec ERP, an all-in-one SaaS cloud Enterprise Resource Planning software built
for manufacturers and distributors, ...

See Details

Sellbrite

It’s hard to maintain listings across different marketplaces. It’s hard to
prevent overselling across different ...

See Details




LEARN MORE ABOUT HOW SHIPENGINE HELPS YOUR BUSINESS SOLVE SHIPPING.

Talk to an Expert

WHY SHIPENGINE IS YOUR BEST CHOICE


WOULDN’T IT BE NICE TO FOCUS YOUR TIME, ENERGY, AND RESOURCES ON WHAT MATTERS
MOST? SHIPENGINE SOLVES LOGISTICS PROBLEMS SO THAT YOU CAN DO JUST THAT.

Start Building


ONE INTEGRATION, MANY SOLUTIONS

We maintain an extensive network of carriers and order sources so that you don’t
have to.

20+ YEARS OF SHIPPING EXPERTISE

ShipEngine is part of a powerful network with decades of shipping experience.

YOU DON’T HAVE TO BE A SHIPPING EXPERT

Sync your integrations quickly and easily, and put your shipping operations on
cruise control — for good.

SOLVE AT SCALE

You’ll never outgrow ShipEngine. Our APIs power millions of shipments each day,
and they can help you scale to meet growing demand.

SIMPLE, STRAIGHTFORWARD PRICING

You get easy-to-understand pricing with no hidden fees and no surprises.

WE’RE ALWAYS HERE WHEN YOU NEED US

Contact our team to get started quickly and to stay on track after integration.

WHO THRIVES WITH OUR APIS?


ANY COMPANY THAT NEEDS A CUSTOM SOLUTION TO SOLVE SHIPPING

E-commerce Platforms Provide clients with a complete shipping solution – without
needing to become a shipping expert. Third Party Logistics Deliver more value to
your customers through a flexible multi-carrier shipping solution. Brands Build
the workflows you need to create a seamless shipping experience for customers.


READY TO SOLVE SHIPPING?

Get a free developer account (no credit card required) to start building
with our APIs. Or, contact a shipping expert for more info.
Chat With an Expert Get a Free API Key

PRODUCTS

 * Shipping APIs
 * Orders

PRICING

 * Plans

SOLUTIONS

 * E-Commerce Platforms
 * Third Party Logistics
 * Brands

INTEGRATIONS

 * Carriers
 * Marketplaces

DEVELOPERS

 * Documentation
 * API Status
 * Austin API Meetup
 * Solutions Partners
 * ShipEngine Connect
 * Support

COMPANY

 * About
 * Careers
 * Case Studies
 * Blog
 * Contact
 * ShipEngine Gear Shop
 * Privacy Policy
 * Terms of Service
 * Do Not Sell My Personal Information


© 2022 ShipEngine. All rights reserved.