Skip to Content
Menu
This question has been flagged
2 Replies
1246 Views

I am trying to enable One Rate shipping using the Odoo supplied Module in odoo.sh v16.0.  I have been told that it is possible, but I cannot find the setting to save my life.  I already have a FedEx account with a One Rate contract.  I have my developer keys entered and functioning.  I have tried completely rebuilding my Shipping Methods from scratch but do not see a check box or pull down option that lists One Rate.  Any help in this would be greatly appreciated.  (I would post screen shots, but the forum won't let me yet)

Avatar
Discard
Author Best Answer

Yes, and maybe no.  This was working with FedEx's old API, but I moved on to a custom development and FedEx has changed their API since then.  This may or may not still work.  If not, if you call FedEx Developer support to get the right information.

Enable Developer Mode then open the shipping method, you will see three additional fields.  Under the field labeled "Extra data for ship", paste the following code:

"""

"RequestedShipment": {"SpecialServicesRequested": "FEDEX_ONE_RATE",}

"""

Note, this only works when using FedEx Express shipment types.

Avatar
Discard
Best Answer

Hi Brandon did you ever get the solution to this?

-- Thank you so much !!

Avatar
Discard