Monday, November 27, 2023
1 change
New functionality added to Odoo
UPS has transitioned to a new REST API with OAuth credentials and will stop accepting requests from the old SOAP integration after June 2024. This update introduces a new delivery_ups_rest module to support the modern API, allowing customers time to migrate from the deprecated delivery_ups module. Users relying on UPS shipping must upgrade to maintain uninterrupted service.
Original PR description
UPS rolled out their REST API with 0Auth credentials and as of June 2023 have stopped issuing new API access keys used by the older SOAP Integration. and as of June 2024, all requests with the old auth will be rejected. The new REST API Integration is added in the new module `delivery_ups_rest` to allow users a period to transition to the new integration. The old module `delivery_ups` is now deprecated and will be deleted in 2024 when it becomes obsolete. taskId: 3349269 COM PR: odoo/odoo#137713 Github Issue: odoo/odoo#123446 Forward-Port-Of: odoo/enterprise#51198 Forward-Port-Of: odoo/enterprise#43538