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

Submitted URL: https://marketing.shipengine.com/NzAwLVpNVC03NjIAAAGPRB7AHYKl8Ce4E-YLvTwLEHfgOMvYMbLLlW7MJ9jLVWVdiV2bYur5_ToScFTP9v0R5h2Qfos=
Effective URL: https://www.shipengine.com/?mkt_tok=NzAwLVpNVC03NjIAAAGPRB7AHSqwquor6MljEd1TkY51qDwnOlSZItatwQSmsCq025ZUgBmix6QjA6evamRjXKj...
Submission: On November 06 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Login Sign Up

 * Products
   * Features
     * Elements NEWEmbeddable web components for your platform.
     * ShippingSync your carrier integrations to reduce shipping costs.
     * OrdersEasily consolidate data from your order sources.
     * Address ValidationPrevent failed deliveries by validating addresses.
     * Rate ComparisonCheck carrier rates and pick the best price for shipments
     * CheckoutIncrease conversions at checkout
     * Tracking APIBuild enhanced tracking experiences.
   * Who We Help
     * ShipEngine for Platforms
     * 3PL Shipping API
     * Brands
 * Integrations
   * Carriers
   * Order Sources
   * Build Your Own Integration
 * Developers
   * Documentation
     * Getting Started
     * Developer Guides
     * Full API Reference
     * ShipEngine Connect
   * Tools
     * Postman Collections
     * Libraries and SDKs
     * OpenAPI 3.0 Definition
     * API Status
 * Resources
   * Support
     * Intro to ShipEngine
     * Help Center
     * Solutions Partners
     * User Group Meet Up
   * Company
     * About Us
     * Contact
     * Blog
     * Case Studies
 * Pricing


 * Products
   * Features
     * Elements NEWEmbeddable web components for your platform.
     * ShippingSync your carrier integrations to reduce shipping costs.
     * OrdersEasily consolidate data from your order sources.
     * Address ValidationPrevent failed deliveries by validating addresses.
     * Rate ComparisonCheck carrier rates and pick the best price for shipments
     * CheckoutIncrease conversions at checkout
     * Tracking APIBuild enhanced tracking experiences.
   * Who We Help
     * ShipEngine for Platforms
     * 3PL Shipping API
     * Brands
 * Integrations
   * Carriers
   * Order Sources
   * Build Your Own Integration
 * Developers
   * Documentation
     * Getting Started
     * Developer Guides
     * Full API Reference
     * ShipEngine Connect
   * Tools
     * Postman Collections
     * Libraries and SDKs
     * OpenAPI 3.0 Definition
     * API Status
 * Resources
   * Support
     * Intro to ShipEngine
     * Help Center
     * Solutions Partners
     * User Group Meet Up
   * Company
     * About Us
     * Contact
     * Blog
     * Case Studies
 * Pricing

Login Sign Up




SIMPLIFY YOUR SHIPPING.

ShipEngine is the platform of choice for world-class shipping and logistics.
Global commerce leaders trust the #1 shipping API to unlock significant time and
cost savings.

 

Sign Up For Free
No credit card required
Contact Us




WE’VE TURNED LOGISTICS PROBLEMS INTO SOLUTIONS FOR BRANDS LIKE




WHAT IS SHIPENGINE?


 * 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);

TIME IS MONEY: GET YOURS BACK




Stop wasting time, money, and manpower cobbling together disconnected tools and
maintaining networks.

Use only the unique functions you need. Leverage our local, regional, national,
and international carrier relationships. Get back to the business you love.

Our Products View Documentation

REMARKABLY SIMPLE INTEGRATION


QUICKLY INTEGRATE WITH OVER 100 CARRIERS AND ORDER SOURCES AROUND THE WORLD.

View Carrier Integrations











Build-A-Bear Workshop, Inc.

Build-A-Bear, another retail store traditionally found in malls, thrived in
COVID-19’s first year. How? One of the …

See Details

Amigo Mobility

Because personal mobility devices are larger and heavier than the average retail
product, they ship through …

See Details

RentMy

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

See Details

Cetec ERP

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

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

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 a Shipping Expert


THE #1 SHIPPING API POWERING YOUR UNIQUE SOLUTION


OUR MODERN, HIGHLY PERFORMANT REST APIS AND HANDCRAFTED SDKS SUPPORT YOUR CUSTOM
WORKFLOWS. BECAUSE WE’RE AVAILABLE VIA AN API, YOU CAN CHOOSE THE SPECIFIC
FUNCTIONS YOU NEED AND EMBED THEM DISCREETLY INTO YOUR EXISTING STACK. USE
SHIPENGINE TO DESIGN AND IMPLEMENT THE SHIPPING EXPERIENCE OF YOUR DREAMS.

Get a Free API Key


COMPREHENSIVE DOCUMENTATION

It’s why developers love us. Our documentation is easily accessed and always
up-to-date. Find what you need, and if you can’t we have the best support team
around to help.

DYNAMIC INTEGRATIONS

Our IpaaS, ShipEngine Connect, rapidly scales integrations to bypass common
constraints. Access the same platform and tools we use across our family of
brands and services.

DEPLOY YOUR WAY

From hosted models and pre-built apps to special Partner APIs, we offer it all.
Check out our developer sandbox to see for yourself. Need something else? We’ll
build it with you.

WE’RE EVERYWHERE

We have your entire chain covered: horizontally and vertically. Access hundreds
of carriers across hundreds of countries. Wherever you need to go, we can go
there with you.

WHO THRIVES WITH OUR APIS?


ANY COMPANY THAT NEEDS A CUSTOM SOLUTION TO SOLVE SHIPPING

E-commerce Platforms Quickly provide your clients with the most robust shipping
solution without needing to be a shipping expert! Third Party Logistics Deliver
more value to your customers through a flexible multi-carrier shipping platform.
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 Sign Up Free

PRODUCTS

 * Shipping
 * Shipping Rate Comparison
 * Elements
 * Tracking API
 * Checkout
 * Address Validation

PRICING

 * Plans

SOLUTIONS

 * E-Commerce Platforms
 * 3PL Shipping API
 * Brands

INTEGRATIONS

 * Carriers
 * Order Sources

DEVELOPERS

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

COMPANY

 * About
 * Case Studies
 * Blog
 * Contact
 * ShipEngine Gear Shop
 * Privacy Policy
 * ShipEngine General Terms of Service
 * API Terms of Service
 * Do Not Sell My Personal Information
 * Limit The Use Of My Sensitive Personal Information

 * United States
 * United Kingdom
   

© 2023 ShipEngine. All rights reserved.

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in
settings.

Accept Settings
Close GDPR Cookie Settings
 * Privacy Overview
 * Strictly Necessary Cookies
 * 3rd Party Cookies

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user
experience possible. Cookie information is stored in your browser and performs
functions such as recognising you when you return to our website and helping our
team to understand which sections of the website you find most interesting and
useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save
your preferences for cookie settings.

Enable or Disable Cookies

If you disable this cookie, we will not be able to save your preferences. This
means that every time you visit this website you will need to enable or disable
cookies again.

3rd Party Cookies

This website uses Google Analytics to collect anonymous information such as the
number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

Enable or Disable Cookies

Please enable Strictly Necessary Cookies first so that we can save your
preferences!

Enable All Save Changes


Notifications