Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting correct rates for dutch deliveries #367

Closed
Anne-Willems opened this issue Feb 28, 2023 · 1 comment
Closed

Not getting correct rates for dutch deliveries #367

Anne-Willems opened this issue Feb 28, 2023 · 1 comment

Comments

@Anne-Willems
Copy link

I have copied the sample code of the rates sample.
changed shipperAddress, shipFrom & shipTo address to commercial addresses in The netherlands.
Set package to: PT_PACKAGE
Set Service to: S_STANDARD (also tried: S_WW_EXPRESS & S_SAVER).
Set weight UnitOfMeasurement: UOM_KGS
Set dimensions UnitOfMeasurement: UOM_CM
Set package dimensions: 50, 50, 50
Set package weight: 10

Prices:
S_STANDARD = 32.94eur
S_SAVER = 68.51eur
S_WW_EXPRESS = 81.84eur

When i use the exact same settings on the UPS website i get the following prices:
Standard = 16.14eur
Express Saver: 34eur
Express: 42.55eur

It looks like the API gives me nearly doubled prices.

Is there sometime i miss?

@Anne-Willems
Copy link
Author

turns out had to set to correct pickup type to "03"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant