I am having a problem with fedex rate service request. I need to get the Saturday Delivery rate from fedex. How can i get this? I am using python-fedex module.
I have tried using
rate_request.RequestedShipment.ServiceType = None
rate_request.VariableOptions = 'SATURDAY_DELIVERY'
with other parameters. Please give me some hints. I am just stucked with it.
i dont know with that module. but a saturday delivery rate request looks like this:
where ShipmentSpecialServiceType is the important part to define -page 37 of the developer manual-: