How to Get Track Domain for Usps
The USPS Web Tools® API library gives ecommerce website shopping carts and shipping software access to valuable USPS® data—free of charge! You can check shipping rates, track packages, and schedule a package pickup all through USPS Web Tools. Get started now or read on to learn more.
Register Now View Documentation & Updates
Receive email notifications about Web Tools maintenance updates.
Subscribe Now
Start making live calls to Web Tools APIs and integrate with USPS Web Tools to make shipping easier for you and your clients. See available API technical documentation and helpful tips.
Learn More about Web tools for developers
Register to get access to the USPS Web Tools support center and documentation. Plus, find experts to help you with Web Tools integration.
Learn More about Web tools for shippers
Complete the online registration form for access. Please note registration is required for Web Tools access and is separate from any other USPS.com credentials.
Register Now
Once registered, you'll receive an email with your assigned Web Tools User ID. You'll then have access to our most popular offerings like the price calculator and address validation/standardization APIs. For access to more secure APIs, like Label Printing, you'll need to request additional permissions in Step 3.
Explore API Technical Docs and use the Quick Code provided below to test in your favorite browser.
For developers integrating Web Tools into a custom application, we specifically recommend:
- Step-by-Step Instructions for All USPS Web Tools (important information when getting started)
- API User Guides (API–specific technical/integration information)
Integrate with USPS Web Tools to start making live calls to Web Tools APIs and make shipping easier for you and your clients.
For access to more secure APIs, like Label Printing, you'll need additional permissions. Contact the Internet Customer Care Center with the following information:
- "Web Tools API Access" in the subject line of the email
- Which APIs you want to access beyond those provided automatically
- If you'll be modifying the label image
Need more help? View FAQs
Try the Domestic or International Postage Rate APIs first or jump right into the technical documentation and start developing.
Once you have completed registration, explore the most popular Web Tools APIs and make live calls to Web Tools® right from your browser. To make live calls:
- Open a new .txt or word .doc and copy and paste the User ID from the email you received from registration@shippingapis.com. Keep it on hand for the following steps.
- Insert your Web Tools user ID into the USERID="" value
- Insert today's date into the value of the "ShipDate" tag (if applicable)
- Select the entire XML code below and paste it into the search bar of your browser
- Hit enter to make the call and receive a response in your browser
- Experiment with Web Tools and change some of the values of the XML tags
Calculate postage rates quickly and easily online for domestic and international shipping. Try the Domestic Rate API below or jump into the technical documentation and start developing.
View Technical Document
https://secure.shippingapis.com/shippingapi.dll?API=RateV4&XML=<RateV4Request USERID="XXXXXXXXXXXX">
<Revision>2</Revision>
<Package ID="1ST">
<Service>PRIORITY</Service>
<ZipOrigination>33420</ZipOrigination>
<ZipDestination>54174</ZipDestination>
<Pounds>0</Pounds>
<Ounces>2</Ounces>
<Container></Container>
<Width></Width>
<Length></Length>
<Height></Height>
<Girth></Girth>
<Machinable>false</Machinable>
</Package>
</RateV4Request>
Try the International Price Calculator
The International Rate API calculates international postage rates quickly and easily. Try it out below or jump into the technical documentation and start developing.
View Technical Document
https://secure.shippingapis.com/shippingapi.dll?API=IntlRateV2&XML=<IntlRateV2Request USERID="XXXXXXXXXXXX">
<Revision>2</Revision>
<Package ID="1ST">
<Pounds>2</Pounds>
<Ounces>0</Ounces>
<Machinable>TRUE</Machinable>
<MailType>PACKAGE</MailType>
<ValueOfContents>20</ValueOfContents>
<Country>Guatemala</Country>
<Container></Container>
<Size></Size>
<Width></Width>
<Length></Length>
<Height></Height>
<Girth></Girth>
<OriginZip>18701</OriginZip>
<CommercialFlag>N</CommercialFlag>
<DestinationPostalCode></DestinationPostalCode>
</Package>
</IntlRateV2Request>
Save time and money by reducing shipping errors due to incorrect address entry. This tool corrects errors in street addresses, including abbreviations and missing information. It also supplies a ZIP+4® Code.
View Technical Document
Address Validation
https://secure.shippingapis.com/ShippingAPI.dll?API=Verify&XML=<AddressValidateRequest USERID="XXXXXXXXXXXX">
<Address>
<Address1></Address1>
<Address2>6406 IVY LANE</Address2>
<City>GREENBELT</City>
<State>MD</State>
<Zip5>20770</Zip5>
<Zip4></Zip4>
</Address>
ZIP Code™ Lookup
https://secure.shippingapis.com/ShippingAPI.dll?API=ZipCodeLookup&XML=<ZipCodeLookupRequest USERID="XXXXXXXXXXXX">
<Address>
<Address1></Address1>
<Address2>6406 IVY LANE</Address2>
<City>GREENBELT</City>
<State>MD</State>
</Address>
City/State Lookup
https://secure.shippingapis.com/ShippingAPI.dll?API=CityStateLookup&XML=<CityStateLookupRequest USERID="XXXXXXXXXXXX">
<ZipCode ID="0">
<Zip5>90210</Zip5>
</ZipCode>
Get estimated delivery information and track any package shipped via Priority Mail Express®, Global Express Guaranteed®, or Priority Mail Express International® services. Check the tracking information for packages shipped with USPS Tracking®, Signature Confirmation™, Certified Mail®, or Registered Mail® services.
View Technical Document
https://secure.shippingapis.com/shippingapi.dll?API=TrackV2&XML=<TrackRequest USERID="XXXXXXXXXXXX">
<TrackID ID="XXXXXXXXXXXXXX"/>
Get estimated and guaranteed delivery dates with Service Standards and Commitments APIs.
Priority Mail® Service Standards
https://secure.shippingapis.com/ShippingAPI.dll?API=PriorityMail&XML=<PriorityMailRequest USERID="XXXXXXXXXXXX">
<OriginZip>21403</OriginZip>
<DestinationZip>90210</DestinationZip>
</PriorityMailRequest>
View Technical Document
First-Class Mail® Service Standards
https://secure.shippingapis.com/ShippingAPI.dll?API=FirstClassMail&XML=<FirstClassMailRequest USERID="XXXXXXXXXXXX">
<OriginZip>90210</OriginZip>
<DestinationZip>26505</DestinationZip>
</FirstClassMailRequest>
View Technical Document
Priority Mail Express® Service Commitments
https://secure.shippingapis.com/ShippingAPI.dll?API=ExpressmailCommitment&XML=<ExpressMailCommitmentRequest USERID="XXXXXXXXXXXX">
<OriginZIP>20862</OriginZIP>
<DestinationZIP>11210</DestinationZIP>
<Date></Date>
</ExpressMailCommitmentRequest>
View Technical Document
Service Delivery Calculator
https://secure.shippingapis.com/ShippingAPI.dll?API=SDCGetLocations&XML=<SDCGetLocationsRequest USERID="XXXXXXXXXXXX">
<MailClass>0</MailClass>
<OriginZip>70601</OriginZip>
<DestinationZip>21817</DestinationZip>
<AcceptDate>6-August-2019</AcceptDate>
<AcceptTime>0900</AcceptTime>
<NonEMDetail>True</NonEMDetail>
</SDCGetLocationsRequest>
View Technical Document
Customers who have registered for a USPS Web Tools® account and agreed to the terms and conditions of use can access USPS APIs for free.
Get access to USPS APIs when you register for a Web Tools user account.
Register Now
Once registered, you will automatically receive an email containing your assigned Web Tools User ID. After you receive this email, you can use the following APIs:
- Price Calculators
- Service Standards & Commitments
- Address Information
- Package Pickup
The API containing "Certify" is our testing API and will print labels with the sample watermark. In order to generate actual labels, you must remove "Certify" from all of your Web Tools XML requests.
We currently only offer Every Door Direct Mail® (EDDM®) services through our online application.
Go to EDDM
To provide the very best API offering, we periodically update our systems which may require current customers to update their software. To determine if these changes/updates apply to you, refer to our most recent Release Notes. This document contains all new changes and steps to resolve if you are affected. Please remember to first contact your software provider for any integration-related questions.
USPS Web Tools are ecommerce application program interfaces (APIs) that can be used for online stores or customer service centers—free of charge.
Get access to our Web Tools through a simple registration process. View FAQs
Register Now
Once registered, you'll receive an email with your assigned Web Tools User ID. You'll then have access to the most popular APIs. For access to more secure APIs, like Label Printing, you'll need additional permissions. Contact the Internet Customer Care Center with the following information:
- "Web Tools API Access" in the subject line of the email
- The software vendor you are using
- Which APIs you want to access beyond those provided automatically
To assist companies that need help integrating USPS Web Tools into their sites, the Postal Service™ publishes contact information for some companies willing to provide services that meet our criteria. These lists are not exhaustive and being listed is not an endorsement by USPS.
Some companies that may be able to assist with the integration of USPS Web Tools or help you build a customer solution using Web Tools ecommerce APIs.
View List of Integrators (RTF)
The login page on USPS.com® is not related to APIs. There is no "log in" functionality for your Web Tools credentials. Your username and password will allow you to gain access to the Web Tools servers.
Use your credentials to:
- Log into the interface of your third-party software
- Add authentication to your back-end programming in the API, XML
The login page shown on the usps.com website is not associated to APIs. Please review the technical documentation if you need more information about integration.
The production URLs included in the email confirming your registration with Web Tools are not links to a viewable website. These URLs must be included in the XML Request used to connect to our APIs (please refer to our technical documentation) for more information. If you are using a third party ecommerce software, it's possible that these URLs are not required, and therefore, do not apply to all customers using our APIs. Please contact your software provider for more specific details concerning integration requirements.
Since USPS® does not know every specific integration requirements of all the possible software options available, we recommend that customers first contact their provider to troubleshoot integration-specific questions.
We will be happy to assist all customers provided the following information is included when you contact the Internet Customer Care Center.
Customers must provide:
- Copy of a sample XML request resulting in the issue or error, pasted into the body of the email
- Complete description of exact issue you are experiencing
- Name of API
- Name of third party software provider
Please note that without the above information, our USPS® agents will not have sufficient information to investigate Web Tools API issues properly.
If you have technical questions or need more information, contact the Internet Customer Care Center (ICCC).
Monday–Friday: 8 AM–8:30 PM ET
Saturday: 8 AM–6PM ET
Closed: Sunday and Postal Holidays
Open Holidays: 9 AM–6 PM ET
- Martin Luther King Jr. Day
- Presidents' Day
- Columbus Day
- Veterans Day
How to Get Track Domain for Usps
Source: https://www.usps.com/business/web-tools-apis/
0 Response to "How to Get Track Domain for Usps"
إرسال تعليق