Shipping App that uses shopify UPS rates and gives live rates for individually priced items

Topic summary

A merchant needs to calculate shipping costs by pricing each item in an order separately using UPS rates, then summing them for the total—rather than Shopify’s default behavior of treating the entire cart as one package.

Proposed Solution:

  • Use rule-based shipping apps (Intuitive Shipping, Advanced Shipping Rules, or BetterShip)
  • Connect your own UPS account credentials (API key, username, password) to pull real-time rates
  • Configure per-item packaging rules: map each SKU to its weight/dimensions and set the app to treat each line item as a separate package
  • The app calculates individual UPS rates for each item and displays the sum at cart and checkout

Open Question:
The merchant asks whether these apps can use Shopify’s negotiated UPS rates (rather than their own UPS account rates), or if they can manually adjust their account rates to match Shopify’s pricing. This remains unanswered.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

I need an app that can utilize UPS shopify rates to determine the individual cost of separate items shipped in an order and give live shipping rates to the customer cart and at checkout.

For example: 1 customer order has 4 items - I need UPS Shopify rates for each of the separate 4 items and then summed for the total shipping cost to customer.

Hello @mendomaples

Shopify’s built-in calculator always treats the cart as one package—so you’ll only ever get a combined UPS rate on total weight. To break it down per item and then sum those live rates, you’ll need a more flexible shipping engine. Here’s how to get there:

1. Pick a rule-based shipping app
Apps like Intuitive Shipping, Advanced Shipping Rules, or BetterShip let you pull in real UPS account rates and build “one package per item” rules. They’ll calculate each item’s shipping cost individually based on its weight/dimensions and then display the sum at checkout.

2. Set up your UPS credentials
In that app’s dashboard, connect your UPS account (API key, username, password). This lets the app request real-time rates directly from UPS for each item.

3. Define your per-item packaging rules
Create a rule that treats every product as its own package:

Map each SKU to its actual weight and box size.

Tell the app “ship each line item separately.”
The app will loop through your cart, call UPS for each item’s rate, and add them together.

4. Embed live rates in cart & checkout
Most of these apps inject their rate widget automatically where Shopify shows “Calculated at checkout.” Some give you a snippet to paste into your cart template so customers see the total shipping cost right away.

5. Test with a few SKUs
Put 2–3 items in your cart—watch the shipping line update as you add or remove products. Confirm the sum matches what UPS quotes if you’d priced each individually.

1 Like

Thanks so much for the help -

Can any of these app ( Intuitive Shipping, Advanced Shipping Rules, or BetterShip) allow me to utilize the UPS rates that Shopify provides to display live rates on my website to my customers.?

And if NO - can I modify the rate from my UPS account in the app so it displays close to what the UPS shopify rates are?

again thank you