arao6
arao6

Reputation: 3376

FedEx API returns

What is the difference between RATED_ACCOUNT_PACKAGE and PAYOR_ACCOUNT_PACKAGE? What about RATED_LIST_PACKAGE and PAYOR_LIST_PACKAGE? I checked the documentation but it's somewhat confusing:

Use the optional RateRequestTypes element to have list rates returned
with discount rates. If you choose LIST as the element value, you receive
both discount and list rates, in addition to automation rate quotes.

Upvotes: 3

Views: 1582

Answers (1)

Anonymous
Anonymous

Reputation: 91

As it was explained to me, 'RATED' is the returned rate based on the origin country within your XML request and 'PAYOR' is the returned rate based on the country that's been setup at your account level. I'd image that most of the time these two rates would be the same unless your XML origin country differs from the country setup on your FedEx account.

Note that FedEx removed the 'RATED' rates from their latest rate (v16) and ship (v15) WSDL. Due to that I'd recommend not using 'RATED' but instead use the 'PAYOR' rates.

Upvotes: 4

Related Questions