UPS response Error: The maximum per package weight for the selected service

Created on 26 May 2025, 20 days ago

Problem/Motivation

If I add a product that weighs more than 150 lbs, I get the following error at checkout when calculating the shipping cost:
"A valid shipping method must be selected in order to check out."

In the site logs, I see the following message:
Client error: POST https://wwwcie.ups.com/api/rating/v1/Shop resulted in a 400 Bad Request response: {"response":{"errors":[{"code":"111035","message":"The maximum per package weight for the selected service from the sele...

Proposed resolution

We need to add a check that evaluates the package weight. If the weight is less than or equal to 149.4 lbs, we proceed as usual by setting a single package. If the weight exceeds 149.4 lbs, we need to split it into multiple packages and send them accordingly to UPS.

πŸ› Bug report
Status

Active

Version

5.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine andrii momotov

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024