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

Delivery vs Transit Times (FEDEX) #82

Open
mkillebr opened this issue Jan 22, 2018 · 0 comments
Open

Delivery vs Transit Times (FEDEX) #82

mkillebr opened this issue Jan 22, 2018 · 0 comments

Comments

@mkillebr
Copy link

I was looking to use this to get transit times for FedEx, and it worked for most shipping speeds. With one exception, FedEx Ground. It seems there is not DeliveryTimestampSpecified for Ground or it is weeks in the future, which is not really going to be the delivery date. Instead, the TransitTimeSpecified is set. I also noticed that TransitTimeSpecified does not get set for a few of the other speeds.

What I did to get around this was to add transit time to Rate and set it to zero by default and then to whatever TransitTime is returned, if it is not null. I'll fork the project and upload the code tomorrow. It's a hack, but maybe we can figure out a better way to go about it.

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