Rate Calculator APIs - USPS

Rate Calculator

APIs

USPS Web Tools?

Application Programming Interface

User Guide

Version 3.17 (06/27/2024)

USPS Web Tools User Guide

Table of Contents

1.0

Introduction .................................................................................................................................... 3

1.1 .........Before you get started: ............................................................................................................... 3

2.0

Domestic Rates API - RateV4 ....................................................................................................... 3

2.1 .........Overview .................................................................................................................................... 3

2.1.1

API Signature .......................................................................................................... 3

2.2 .........Request Descriptions ................................................................................................................. 3

2.2.1

Sample Request .................................................................................................... 16

2.3 .........Response Descriptions ............................................................................................................18

2.3.1

Sample Response ................................................................................................. 27

2.4 .........Error Responses ......................................................................................................................35

3.0

International Rates API ¨C IntlRateV2 ......................................................................................... 36

3.1 .........Overview ..................................................................................................................................36

3.1.1

API Signature ........................................................................................................ 36

3.2 .........Request Descriptions ...............................................................................................................37

3.2.1

Sample Requests .................................................................................................. 45

3.3 .........Response Descriptions ............................................................................................................46

3.3.1

Sample Response ................................................................................................. 53

4.0

Error Responses .......................................................................................................................... 64

5.0

Appendix A ¨C RateV4 CLASSID Values ..................................................................................... 66

6.0

Appendix B ¨C IntlRateV2 Service ID Values .............................................................................. 70

2

USPS Web Tools User Guide

1.0 Introduction

This document contains a Reference Guide to the Rate Calculator APIs, RateV4 and IntlRateV2. See the

Developer's Guide to learn the administrative process for gaining access to the Web Tools APIs as well as the

basic mechanism for calling the APIs and processing the results. The Developer¡¯s Guide also contains

information on testing and troubleshooting.

Note: The Request Parameter sections present the XML input tags for generating live requests along with the

restrictions on the values allowed. An error message will be returned if an incorrect value is entered. Also, be

aware of the maximum character amounts allowed for some tags. If the user enters more than those amounts, an

error will not be generated. Web Tools will simply pass in the characters up to the maximum amount allowed and

disregard the rest. This is important since the resulting value could prevent a correct response.

When building the XML request, pay particular attention to the order and case for tags. An error message will be

returned if an incorrect value is entered. Remember that all data and attribute values in this document are for

illustration purposes and are to be replaced by your actual values. For instance, a line of sample code may be:

2

In this instance, you will replace ¡°2¡± with the weight in pounds for the package.

1.1

Before you get started:

For information on registering and getting started with Web Tools, please refer to the Step-By-Step guide found

on the Web Tools Technical Documentation Page. If you need assistance with an error response, contact the

USPS Internet Customer Care Center (ICCC) .

2.0 Domestic Rates API - RateV4

2.1

Overview

The RateV4 API lets customers calculate the rate for domestic packages and envelopes given the weight and

dimensions of the item. The RateV4 API limits the data requested to twenty-five (25) packages per transaction.

2.1.1

API Signature

Scheme

https://

2.2

Host

secure.

Path

/ShippingAPI.dll?

API

API=RateV4

XML

&XML=(see Tag Descriptions

below)

Request Descriptions

Tag Name

Occurs

Description

Type

RateV4Request

Required API=RateV4

(Group)

This API returns the current USPS postage

corresponding to the parameters given.

RateV4Request /

USERID

Required This attribute specifies your Web Tools

user ID. See the Developer's Guide for

information on obtaining your USERID.

Validation

NMTOK

EN

For Example: USERID="XXXXXXX"

RateV4Request /

PASSWORD

Optional

This attribute specifies your Web Tools

password. See the Developer's Guide for

information on your Password.

NMTOK

EN

For Example: PASSWORD="XXXXXXX"

3

USPS Web Tools User Guide

Tag Name

Occurs

Description

Type

RateV4Request /

Revision

Optional

Set this value to ¡°2¡± to return all currently

documented response fields.

For example:

2

String

RateV4Request /

Package

Required See the RateV4 Service Request chart for

repeating valid combinations of the following tags.

up to 25

times

RateV4Request /

Package / Service

Required Web Tools validates the entry to one of the String

service types.

For example:

PRIORITY MAIL

EXPRESS

Note: For users that want to return all

eligible products in a single RateV4 API

call, please see details below regarding

¡°ALL¡± calls:

Description

ALL

When =¡°ALL¡±, all eligible

retail products will return in the API

response.

ONLINE

When =¡°ONLINE¡±, all

eligible retail and commercial

base/commercial products will

return in the API response. Cubic

products will return when eligible.

PLUS

When =¡°PLUS¡±, all

eligible retail, commercial

base/commercial, and commercial

plus products will return in the API

response. Cubic products will return

when eligible.

Validation

(Group)

whiteSpace=collapse

Enumerations=

? ALL

? ONLINE

? PLUS

? PRIORITY

? PRIORITY

COMMERCIAL

? PRIORITY MAIL

CUBIC

? PRIORITY MAIL

RETURN

? PRIORITY MAIL

CUBIC RETURN

? FIRST CLASS

? PRIORITY MAIL

EXPRESS

? PRIORITY MAIL

EXPRESS

COMMERCIAL

? PRIORITY MAIL

EXPRESS

RETURN

? GROUND

ADVANTAGE

? GROUND

ADVANTAGE

COMMERCIAL

? GROUND

ADVANTAGE

CUBIC

? GROUND

ADVANTAGE

RETURN

? PARCEL SELECT

DE

? MEDIA

? LIBRARY

? BPM

? CONNECT LOCAL

4

USPS Web Tools User Guide

Tag Name

Occurs

Description

Type

RateV4Request /

Package / Service

DelOpt

Optional

This attribute specifies the service delivery String

option beyond normal/standard delivery.

When the service delivery option attribute is

indicated, the results returned will satisfy

both the mail class and delivery option

indicated.

For example:

PRIORITY

RateV4Request /

Package /

FirstClassMailType

Optional

Delivery Option

Description

HAZMAT

Hazardous Materials

PARCELLOCKER

Parcel Locker Delivery

HFP

Hold For Pickup

SUNHOL

Sunday/Holiday

Delivery

STANDARD

Normal Delivery

UNKNOWN

Default - will result in

current

enumerations being

used to determine

response.

The tag is returned

only if the submitted is

¡°First Class¡±

whiteSpace=collapse

Enumerations=

? LETTER

? FLAT

? POSTCARD

? LARGE

POSTCARD

String

whiteSpace=collapse

length=5

pattern=\d{5}

String

length=5

whiteSpace=collapse

pattern=\d{5}

String

maxInclusive=70

minInclusive=0

Note: Flats are also known as Large

Envelopes

Required ZIP code must be valid.

RateV4Request /

Package /

ZipDestination

Required ZIP code must be valid.

RateV4Request /

Package / Pounds

Required Value must be numeric.

Default=UNKNOWN

Enumerations=

? HAZMAT

? PARCELLOCKER

? HFP

? SUNHOL

? STANDARD

? UNKNOWN

String

LETTER

RateV4Request /

Package /

ZipOrigination

Validation

For example:

20770

For example:

54324

Package weight cannot exceed 70 pounds.

For example:

2

2.12345678

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download