← Back to Blog

How to Rename Shipping Methods in Shopify

Published August 2026 · By ShipWeaver

Shipping method titles at Shopify checkout often come directly from your carrier integrations or shipping profiles. These names can be technical, inconsistent, or unhelpful to customers. You might want to change "Standard" to "Free 3–5 day delivery," add estimated delivery dates, or keep names consistent across multiple shipping profiles so rates combine instead of appearing as separate options.

The challenge: Shopify's native admin does not let you rename carrier-generated shipping method titles. This guide explains what options exist and how to implement them without breaking your checkout.

What Shopify Offers (and Doesn't)

In Shopify admin, you can configure shipping zones, rates, and conditions. You can set custom names for manual flat rates you create yourself. But for carrier-calculated rates and rates from shipping apps, the titles are controlled by the carrier or app, not by you.

Shopify does not natively let you:

  • Rename carrier-generated titles like "USPS Priority Mail" or "FedEx Standard Overnight"
  • Append text such as delivery estimates or notes to existing titles
  • Normalize names across multiple shipping profiles so identical rates merge into one option
  • Automatically format titles for consistency (e.g. always sentence case)

Shopify Plus: Checkout Blocks

If you're on Shopify Plus, you can use checkout extensibility to rename shipping methods at checkout. This requires custom JavaScript in a Checkout UI Extension. It's powerful but requires coding, deployment, and ongoing maintenance.

Most merchants prefer a no-code solution that works on any plan.

Delivery Customization Apps

Shopify's delivery customization API (available on all Shopify plans) allows apps to modify shipping method titles at checkout. Apps using this API can rename methods, append text, and keep names consistent—without requiring custom code.

These apps run server-side during checkout, so they work reliably with all checkout types, including Shop Pay and accelerated checkouts.

Common Use Cases for Renaming

Make Titles More Customer-Friendly

Carrier-generated names are often technical or vague. "Standard" doesn't tell customers what to expect. "Free 3–5 day delivery" is clearer and sets expectations.

Before

Standard Shipping

After

Free 3–5 Day Delivery

Add Estimated Delivery Days

Appending delivery estimates helps customers choose the right option. You can add text like "(3–5 business days)" or "Arrives by Friday" to any shipping method.

Before

Express Shipping – $15.00

After

Express (1–2 business days) – $15.00

Keep Names Consistent Across Profiles

If you use multiple shipping profiles (e.g. one for standard items, one for heavy items), Shopify may show "Standard" twice at checkout if both profiles return a rate with that name. Customers see two options, which is confusing.

By renaming or appending unique text, you can make the titles distinct. Or, by keeping names exactly the same across profiles, Shopify will merge them into a single line item at checkout, showing the combined price.

Scenario

You have two profiles: "Standard Items" and "Heavy Items." Both return a rate called "Standard." Shopify shows "Standard" twice, each with its own price.

Solution

Rename both to "Standard Delivery" (exactly matching). Shopify merges them into one line item with the combined price.

Alternative

Rename one to "Standard Delivery" and the other to "Standard (Heavy Items)" to keep them separate but clear.

How Renaming Works

Delivery customization apps typically offer two types of rename actions:

  • Replace: Change the entire title. Example: "Standard" becomes "Free 3–5 Day Delivery."
  • Append: Add text to the end of the existing title. Example: "Express" becomes "Express (1–2 business days)."

You can target specific shipping methods by name, keyword, or pattern. For example, rename all methods containing "Standard," or append delivery estimates only to methods priced above $10.

Always Preview Before Publishing

Critical: Test every rename rule before making it live. Incorrect rules can break checkout display or confuse customers. Use preview or test mode to verify changes with real checkout data before activating them for all customers.

Most delivery customization apps offer a preview or safe test mode where rules apply only to designated testers (e.g. customers with a specific email or tagged shipweaver). Once you confirm the rule works as expected, you can set it to live.

Common Examples

Example 1: Rename Generic "Standard" to Customer-Friendly Text

Scenario

Your carrier returns a method called "Standard." You want it to read "Free 3–5 Day Delivery" to be clearer and more appealing.

Rule

Condition: Shipping method title equals "Standard"

Action: Rename to "Free 3–5 Day Delivery"

Result

At checkout, "Standard" is replaced with "Free 3–5 Day Delivery."

Example 2: Append Delivery Estimates

Scenario

You want to add estimated delivery days to all shipping methods so customers know what to expect.

Rule

Condition: Method title contains "Express"

Action: Append text " (1–2 business days)"

Result

"Express Shipping" becomes "Express Shipping (1–2 business days)."

Example 3: Normalize Names to Merge Rates

Scenario

You have two shipping profiles. One returns "Standard," the other returns "Standard Shipping." They appear as two separate options at checkout. You want them to merge.

Rule

Condition: Method title contains "Standard"

Action: Rename all to "Standard Delivery" (exact match)

Result

Both rates now have the same title. Shopify merges them into one line with a combined price.

Best Practices

  • Start simple. Rename one method at a time and test thoroughly before adding more rules.
  • Use preview mode. Always test in preview before going live.
  • Be specific. Target methods by exact name or clear keywords to avoid accidentally renaming the wrong option.
  • Keep it concise. Long titles can wrap awkwardly on mobile. Aim for clarity without verbosity.
  • Document your rules. Keep notes on what each rule does, especially if you manage multiple rename rules or work with a team.

Using ShipWeaver

ShipWeaver is a free Shopify app that uses delivery customizations to rename, hide, reorder, and sort shipping methods at checkout. It works on all Shopify plans and requires no coding.

Key features for renaming:

  • Replace or append: Fully rename a method or add text to the existing title.
  • Target by keyword or exact match: Rename specific methods or all methods matching a pattern.
  • Preview mode with safe testing: Rules in Preview status apply only to testers (your email or customers tagged shipweaver), not regular customers. Test safely before going live.
  • Priority-based rules: Control which rename rule applies first by reordering them.

ShipWeaver only changes how shipping options display at checkout. It does not calculate rates, set prices, or integrate with carriers. Your existing carrier rates and shipping setup remain unchanged.

Install ShipWeaver from the Shopify App Store. For detailed setup and examples, see the ShipWeaver FAQ.

Key Takeaways

  • Shopify does not natively allow renaming carrier-generated shipping method titles.
  • Shopify Plus merchants can use Checkout Blocks (requires coding).
  • Delivery customization apps work on all Shopify plans and provide a no-code solution.
  • Renaming helps make shipping options clearer, add delivery estimates, and keep names consistent across profiles.
  • Always use preview or test mode before making rename rules live.

Related

How to Hide Shipping Methods · How to Reorder Shipping Methods · FAQ · Blog