{"id":95713,"date":"2026-07-16T10:20:48","date_gmt":"2026-07-16T15:20:48","guid":{"rendered":"https:\/\/www.shipstation.com\/?post_type=guides&#038;p=95713"},"modified":"2026-07-16T10:20:49","modified_gmt":"2026-07-16T15:20:49","slug":"rate-shopping-in-action","status":"publish","type":"guides","link":"https:\/\/www.shipstation.com\/en-gb\/guides\/rate-shopping-in-action\/","title":{"rendered":"Rate Shopping in Action"},"content":{"rendered":"\n<section class=\"wp-block-shipstation-hero block not-prose padding-top--sm\">\n    <div class=\"bg-green-lightest background--rounded content-theme--light container\">\n        <div class=\"container\">\n            <div class=\"hero items-start\">\n                <div class=\"hero-content \">\n                                                    <p class=\"eyebrow\">Rate Shopping in Action<\/p>\n                                                    <h1>How 11 Companies Compare Carrier Rates Automatically and Save on Every Shipment<\/h1>\n                                                                                                \n                            <\/div>\n                            <div class=\"hero-media \">\n                                            <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/07\/rate-shopper-in-action-guide-banner.webp\" alt=\"\" width=\"800\" height=\"482\" loading=\"eager\" \/>\n                                    <\/div>\n                                    <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"wp-block-shipstation-cards-v2 block not-prose\" id=\"block-cards-6a5bbfe795f88\">\n            <div class=\" \">\n        <div class=\"container\">\n                        <div class=\"content content-align-center items-center content-width-full\">\n                                \n                                    <h2>Real companies. Real shipping challenges. Real automated cost savings.<\/h2>\n                                \n                                \n                                \n                            <\/div>\n                        \n            \n                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section class=\"wp-block-shipstation-content-section block not-prose\">\n    <div class=\"\">\n        <div class=\"container\">\n            <div class=\"content content-align-left items-start content-width-full\">\n                                \n                                \n                                                    <div class=\"content-section-body body-size-lead\">\n\n<p class=\"has-text-align-left wp-block-paragraph\">For many ecommerce businesses, carrier decisions happens by default\u2014one carrier, one rate, no comparison. For others, it means logging into carrier portals one by one, copying rates, and hoping the math holds up. The cost of the wrong choice compounds with every label.<\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\"><a href=\"https:\/\/www.shipstation.com\/fulfillment\/shipping\/rate-shopper\/\">Rate shopping<\/a> solves this by automatically comparing carriers at the moment of every shipment, and selecting the cheapest, fastest, or best-value option based on your rules. The impact is direct: lower per-shipment spend, faster carrier choices, and better margins at scale\u2014without adding headcount or manual work. The following customer stories illustrate this outcome.<\/p>\n\n<\/div>\n                                \n                                \n                                \n                                <\/div>\n        <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section class=\"wp-block-shipstation-content-section block not-prose\">\n    <div class=\"\">\n        <div class=\"container\">\n            <div class=\"content content-align-left items-start content-width-full\">\n                                \n                                \n                                                    <div class=\"content-section-body body-size-lead\">\n\n<style>\n  \/* \u2500\u2500\u2500 Reset & Base \u2500\u2500\u2500 *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  #ss-rate-shopper-module {\n    font-family: \"Figtree\", sans-serif;\n    color: #11003A;\n    background: transparent;\n    width: 100%;\n    padding: 0 48px;\n    box-sizing: border-box;\n  }\n\n  \/* \u2500\u2500\u2500 Cards Grid \u2500\u2500\u2500 *\/\n  .ss-grid-wrapper {\n    background: transparent;\n    padding: 28px 0 36px;\n  }\n  .ss-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 26px;\n  }\n  @media (min-width: 1400px) {\n    .ss-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\n  \/* \u2500\u2500\u2500 Individual Card \u2500\u2500\u2500 *\/\n  .ss-card {\n    padding: 0 !important;\n    margin: 0 !important;\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n    cursor: pointer;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    display: flex;\n    flex-direction: column;\n    animation: fadeIn 0.35s ease both;\n  }\n  .ss-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 30px rgba(0,34,85,0.14);\n  }\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(12px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ss-card-img {\n    width: 100% !important;\n    height: 140px !important;\n    object-fit: cover !important;\n    object-position: center top !important;\n    display: block !important;\n    background: #e2e8f0;\n    border-radius: 14px 14px 0 0 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n  .ss-card-body {\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n  }\n  .ss-card-company {\n    font-size: 22px;\n    font-weight: 600;\n    color: #11003A;\n    margin-bottom: 4px;\n    line-height: 1.2;\n  }\n  .ss-card-headline {\n    font-size: 16px;\n    color: #11003A;\n    line-height: 1.5;\n    margin-bottom: 7px;\n  }\n  .ss-card-stat {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: #E5FCEF;\n    border-radius: 8px;\n    padding: 10px 14px;\n    margin-bottom: 14px;\n  }\n  .ss-card-stat-value {\n    font-size: 24px;\n    font-weight: 600;\n    color: #11003A;\n    white-space: nowrap;\n  }\n  .ss-card-stat-label {\n    font-size: 13px;\n    color: #11003A;\n    line-height: 1.3;\n  }\n  .ss-card-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #11003A;\n    background: #00E664;\n    border: 2px solid #00E664;\n    border-radius: 20px;\n    padding: 7px 14px;\n    cursor: pointer;\n    transition: all 0.2s;\n    font-family: \"Figtree\", sans-serif;\n    width: fit-content;\n    margin-top: auto;\n  }\n  .ss-card-cta:hover {\n    background: #00B750;\n    border-color: #00B750;\n    color: #11003A;\n  }\n  .ss-card-cta svg { transition: transform 0.2s; }\n  .ss-card-cta:hover svg { transform: translateX(3px); }\n\n  \/* \u2500\u2500\u2500 Modal \u2500\u2500\u2500 *\/\n  .ss-modal-backdrop {\n    display: none;\n    position: fixed;\n    inset: 0;\n    background: rgba(0,22,55,0.6);\n    z-index: 10000;\n    backdrop-filter: blur(4px);\n    align-items: center;\n    justify-content: center;\n    padding: 20px;\n  }\n  .ss-modal-backdrop.open { display: flex; }\n  .ss-modal {\n    background: #fff;\n    font-family: \"Figtree\", sans-serif;\n    border-radius: 20px;\n    max-width: 860px;\n    width: 100%;\n    max-height: 90vh;\n    overflow-y: auto;\n    overflow-x: hidden;\n    position: relative;\n    box-shadow: 0 25px 60px rgba(0,0,0,0.25);\n    animation: modalIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;\n  }\n  @keyframes modalIn {\n    from { opacity: 0; transform: scale(0.9) translateY(20px); }\n    to   { opacity: 1; transform: scale(1) translateY(0); }\n  }\n  .ss-modal-hero {\n    width: 100% !important;\n    height: 200px !important;\n    object-fit: cover !important;\n    object-position: center top !important;\n    display: block !important;\n    border-radius: 20px 20px 0 0 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n  .ss-modal-content {\n    padding: 24px;\n    font-family: \"Figtree\", sans-serif;\n  }\n  .ss-modal-close {\n    position: absolute;\n    top: 16px;\n    right: 16px;\n    background: rgba(255,255,255,0.9);\n    border: none;\n    border-radius: 50%;\n    width: 36px;\n    height: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    font-size: 20px;\n    color: #11003A;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n    transition: all 0.2s;\n    z-index: 2;\n    font-family: \"Figtree\", sans-serif;\n  }\n  .ss-modal-close:hover { background: #fff; transform: scale(1.1); }\n  .ss-modal-company {\n    font-size: 26px;\n    font-weight: 600;\n    color: #11003A;\n    margin-bottom: 6px;\n  }\n  .ss-modal-tagline {\n    font-size: 19px;\n    color: #11003A;\n    line-height: 1.6;\n    margin-bottom: 24px;\n    padding-bottom: 24px;\n    border-bottom: 1px solid #e2e8f0;\n  }\n  .ss-modal-body {\n    font-size: 17px;\n    color: #11003A;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n  .ss-modal-body p { margin-bottom: 14px; }\n  .ss-modal-steps {\n    margin: 0 0 16px 20px;\n    padding: 0;\n    list-style: disc;\n  }\n  .ss-modal-steps li {\n    font-size: 17px;\n    color: #11003A;\n    line-height: 1.6;\n    margin-bottom: 8px;\n  }\n  .ss-modal-features-label {\n    font-size: 15px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #00873B;\n    margin-bottom: 10px;\n  }\n  .ss-modal-features-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n  .ss-modal-pill {\n    background: #f1f5f9;\n    color: #11003A;\n    border-radius: 20px;\n    padding: 5px 12px;\n    font-size: 15px;\n    font-weight: 600;\n    border: 1px solid #e2e8f0;\n  }\n  .ss-results-box {\n    background: #11003A;\n    border-radius: 14px;\n    padding: 24px;\n    margin-bottom: 24px;\n  }\n  .ss-results-label {\n    color: rgba(255,255,255,0.7);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n  .ss-results-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 16px;\n  }\n  .ss-result-item {\n    background: rgba(255,255,255,0.1);\n    border-radius: 10px;\n    padding: 14px;\n    text-align: center;\n  }\n  .ss-result-value {\n    font-size: 22px;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.1;\n    margin-bottom: 4px;\n  }\n  .ss-result-desc {\n    font-size: 14px;\n    color: rgba(255,255,255,0.7);\n    line-height: 1.4;\n  }\n  .ss-modal-quote {\n    border-left: 4px solid #00E664;\n    padding: 16px 20px;\n    background: #f8fafc;\n    border-radius: 0 10px 10px 0;\n    margin-bottom: 24px;\n    font-style: italic;\n    color: #11003A;\n    font-size: 19px;\n    line-height: 1.6;\n  }\n  .ss-modal-quote cite {\n    display: block;\n    margin-top: 8px;\n    font-style: normal;\n    font-size: 15px;\n    font-weight: 600;\n    color: #11003A;\n  }\n  .ss-modal-footer {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    flex-wrap: wrap;\n    padding-top: 20px;\n    border-top: 1px solid #e2e8f0;\n  }\n  .ss-read-more {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #00E664;\n    color: #11003A;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 15px;\n    padding: 8px 18px;\n    border-radius: 20px;\n    transition: all 0.2s;\n  }\n  .ss-read-more:hover { background: #00B750; transform: translateY(-1px); }\n  .ss-nav-btns { display: flex; gap: 8px; }\n  .ss-nav-btn {\n    background: #f1f5f9;\n    border: none;\n    border-radius: 50%;\n    width: 38px;\n    height: 38px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    font-size: 18px;\n    color: #11003A;\n    transition: all 0.2s;\n    font-family: \"Figtree\", sans-serif;\n  }\n  .ss-nav-btn:hover { background: #11003A; color: #fff; }\n  .ss-nav-btn:disabled { opacity: 0.3; cursor: not-allowed; }\n  .ss-nav-btn:disabled:hover { background: #f1f5f9; color: #11003A; }\n\n  \/* \u2500\u2500\u2500 Responsive \u2500\u2500\u2500 *\/\n  @media (max-width: 640px) {\n    #ss-rate-shopper-module { padding: 0 16px; }\n    .ss-grid-wrapper { padding: 20px 0 32px; }\n    .ss-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }\n    .ss-modal-content { padding: 20px; }\n    .ss-modal-company { font-size: 22px; }\n    .ss-modal-hero { height: 160px; }\n    .ss-modal-footer { flex-direction: column; align-items: stretch; }\n    .ss-read-more { text-align: center; justify-content: center; }\n    .ss-nav-btns { justify-content: center; }\n  }\n\n  .ss-modal *, .ss-modal-content * {\n    font-family: \"Figtree\", sans-serif;\n  }\n<\/style>\n\n\n<div id=\"ss-rate-shopper-module\">\n  <div class=\"ss-grid-wrapper\">\n    <div class=\"ss-grid\" id=\"ss-grid\" role=\"list\"><\/div>\n  <\/div>\n<\/div>\n\n<!-- Modal -->\n<div class=\"ss-modal-backdrop\" id=\"ss-modal-backdrop\" role=\"dialog\" aria-modal=\"true\">\n  <div class=\"ss-modal\" id=\"ss-modal\">\n    <button class=\"ss-modal-close\" id=\"ss-modal-close\" aria-label=\"Close\">\u2715<\/button>\n    <img decoding=\"async\" class=\"ss-modal-hero\" id=\"modal-hero-img\" src=\"\" alt=\"\" \/>\n    <div class=\"ss-modal-content\" id=\"modal-content\"><\/div>\n  <\/div>\n<\/div>\n\n\n<script>\n(function() {\n\n  \/\/ \u2500\u2500\u2500 Image Data \u2500\u2500\u2500\n  \/\/ NOTE TO DEV: Upload rate-shopping story images to WP Media and update paths below.\n  \/\/ Existing automation-page images are reused where available.\n  const IMAGES = {\n    \"dos-pistolos\":            \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-dos-pistolos.webp\",\n    \"peoples-choice-beef-jerky\": \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-peoples-choice.webp\",\n    \"veiled-collection\":       \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-veiled-collection.webp\",\n    \"allure-wedding-jewelry\":  \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-allure-wedding.webp\",\n    \"go-for-zero\":             \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-go-for-zero.webp\",\n    \"petscript-pharmacy\":      \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-petscript.webp\",\n    \"spiceology\":              \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-spiceology.webp\",\n    \"clean-cause\":             \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-clean-cause.webp\",\n    \"sydney-sock-project\":     \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-sydney-sock.webp\",\n    \"baraka-shea-butter\":      \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/rate-shopper-guide-baraka-shea.webp\",\n    \"black-girl-sunscreen\":    \"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/07\/rate-shopper-guide-black-girl-sunscreen.webp\"\n  };\n\n  \/\/ \u2500\u2500\u2500 Story Data \u2500\u2500\u2500\n  const STORIES = [\n    {\n      id: \"dos-pistolos\",\n      company: \"Dos Pistolos\",\n      imgKey: \"dos-pistolos\",\n      headline: \"A one-minute workflow replaced manual carrier lookups and cut costs in half.\",\n      subheadline: \"A one-minute workflow replaced manual carrier lookups and cut costs in half.\",\n      statValue: \"50%\",\n      statLabel: \"reduction in per-shipment cost\",\n      quote: \"I just couldn't believe it. My carrier was charging me like $23 to ship, and ShipStation was $9.\",\n      quotePerson: \"Kenny Crenshaw, Founder of Dos Pistolos\",\n      body: [\n        \"Dos Pistolos, a supplier of spray guns and equipment that sells on WooCommerce and eBay, managed every shipment by logging in to carrier sites, documenting rates, and paying whatever came up.\",\n        \"That meant paying around $23 per shipment until Rate Shopper surfaced a better option, reducing the rate for the same shipment to $9.\",\n        \"The switch didn't just cut costs. It turned a complicated, multi-step process into a one-minute workflow and made international shipping manageable for the first time.\"\n      ],\n      steps: [\n        \"Rate Shopper automatically compared all available carriers at the moment of each shipment\",\n        \"Preset package sizes eliminated re-entering dimensions for repeat order types\",\n        \"WooCommerce and eBay integrations pulled orders directly into ShipStation\",\n        \"International labels and customs documentation generated automatically\"\n      ],\n      bodyAfter: [\n        \"For a small operation run by a solo founder, removing cost guesswork from shipping made an immediate difference. Every order now goes out at the best available rate with no manual comparison required.\"\n      ],\n      features: [\"Rate Shopper\", \"WooCommerce Integration\", \"eBay Integration\", \"Preset Package Sizes\", \"International Shipping\"],\n      results: [\n        { value: \"50%\", desc: \"Reduction in per-shipment cost\" },\n        { value: \"$9\", desc: \"Per shipment (down from ~$23)\" },\n        { value: \"1 min\", desc: \"End-to-end order processing time\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/dos-pistolos\/\"\n    },\n    {\n      id: \"peoples-choice-beef-jerky\",\n      company: \"People's Choice Beef Jerky\",\n      imgKey: \"peoples-choice-beef-jerky\",\n      headline: \"Small per-shipment savings compound into real money at 500+ orders per day.\",\n      subheadline: \"Small per-shipment savings compound into real money at 500+ orders per day.\",\n      statValue: \"$0.25+\",\n      statLabel: \"to several dollars saved per shipment\",\n      quote: \"Those cost savings add up over the course of the year and allow us to take and reinvest back into our business for continued growth.\",\n      quotePerson: \"Brian Bianchetti, CEO of People's Choice Beef Jerky\",\n      body: [\n        \"People's Choice Beef Jerky is a 95-year-old family business that has grown into a high-volume direct-to-consumer operation, shipping 500+ orders per day with just 2\u20133 people on the team.\",\n        \"At that volume, even a $0.25 difference per shipment becomes a meaningful number over time. The challenge was ensuring every single order shipped at the best available rate\u2014consistently, automatically, without anyone having to stop to compare.\",\n        \"With Rate Shopper and Automation Rules in place, every order now moves through a defined cost-optimization path. The team doesn't evaluate carrier options manually. The system does it for them, every time.\"\n      ],\n      steps: [\n        \"Automation Rules assign carriers and service levels based on order attributes\",\n        \"Rate Shopper compares available carriers in real time and selects the most cost-effective option\",\n        \"Batch label creation processes large groups of orders simultaneously\",\n        \"Tracking updates sync automatically back to the store\"\n      ],\n      bodyAfter: [\n        \"Across 500+ daily orders, savings of $0.25 to several dollars per shipment is significant. For a brand built on quality and longevity, that's margin protection that scales with the business.\"\n      ],\n      features: [\"Rate Shopper\", \"Automation Rules\", \"Batch Processing\", \"Order Tracking\"],\n      results: [\n        { value: \"500+\", desc: \"Daily orders handled by a small team\" },\n        { value: \"$0.25+\", desc: \"To several dollars saved per shipment\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/peoples-choice-beef-jerky\/\"\n    },\n    {\n      id: \"veiled-collection\",\n      company: \"Veiled Collection\",\n      imgKey: \"veiled-collection\",\n      headline: \"Automated carrier selection protected margins through 200% YoY growth.\",\n      subheadline: \"Automated carrier selection protected margins through 200% YoY growth.\",\n      statValue: \"30%\",\n      statLabel: \"cost reduction on shipping with UPS Ground Saver\",\n      quote: \"It saves us a significant amount on shipping, up to maybe a third compared to some of the competitor carrier accounts that we carry.\",\n      quotePerson: \"Yaser Albataineh, Co-Founder of Veiled Collection\",\n      body: [\n        \"Veiled Collection is a fast-growing Muslim women's fashion brand operating a 22,000 sq. ft. warehouse. The brand has maintained 200% year-over-year growth\u2014and with that growth, shipping costs have become a significant line item that needs active management.\",\n        \"Before ShipStation, the team had no automated way to optimize carrier selection. Orders were processed, labels were printed, but the question of whether each order was shipping at the best available rate went largely unanswered.\",\n        \"Rate Shopper changed that. By surfacing UPS Ground Saver as an option and automatically routing eligible orders to it, Veiled Collection cut per-shipment costs by 30%\u2014savings that flow directly to the bottom line as volume grows.\"\n      ],\n      steps: [\n        \"Rate Shopper compares carriers including UPS Ground Saver at the moment of each shipment\",\n        \"Automation Rules route orders to the most cost-effective carrier based on destination and weight\",\n        \"Order tags identify order types and apply consistent cost-optimization logic\",\n        \"Returns portal centralizes reverse logistics without added overhead\"\n      ],\n      bodyAfter: [\n        \"For a brand growing at 200% per year, margin protection matters more with every shipment. Automated rate decisions ensure those savings scale alongside the business\u2014without requiring the team to manually evaluate carrier options as volume increases.\"\n      ],\n      features: [\"Rate Shopper\", \"UPS Ground Saver\", \"Automation Rules\", \"Order Tagging\", \"Returns Portal\"],\n      results: [\n        { value: \"30%\", desc: \"Cost reduction on shipping via UPS Ground Saver\" },\n        { value: \"200%\", desc: \"YoY growth since integrating with ShipStation\" },\n        { value: \"20 hrs\", desc: \"Per week saved on fulfillment labor\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/veiled-collection-optimizes-warehouse-operations-using-shipstation-and-ups-ground-saver\/\"\n    },\n    {\n      id: \"allure-wedding-jewelry\",\n      company: \"Allure Wedding Jewelry\",\n      imgKey: \"allure-wedding-jewelry\",\n      headline: \"Automated rate comparison across 5+ channels drove consistent savings for 10+ years.\",\n      subheadline: \"Automated rate comparison across 5+ channels drove consistent savings for 10+ years.\",\n      statValue: \"50%\",\n      statLabel: \"decrease in international shipping cost\",\n      quote: \"No more printing international labels through my previous carrier\u2014ShipStation's GlobalPost solution cuts that cost by almost half and the packages arrive quicker.\",\n      quotePerson: \"Laura Lyons, Owner of Allure Wedding Jewelry\",\n      body: [\n        \"Allure Wedding Jewelry sells across Shopify, Amazon, eBay, Etsy, and Faire\u2014five platforms, each with its own order management interface. Before ShipStation, printing labels for international orders meant going through her carrier directly, at full retail rates, with no comparison.\",\n        \"Switching to GlobalPost through ShipStation cut those international shipping costs by nearly half\u2014and the packages arrived faster. For a brand shipping to customers planning weddings on tight timelines, speed and cost both matter.\",\n        \"Over more than 10 years with ShipStation, Allure has used automated rate comparison to control costs across all channels while maintaining the consistent 5-star service their customers expect.\"\n      ],\n      steps: [\n        \"Rate Shopper compares carriers including GlobalPost for every international shipment\",\n        \"Multi-channel integrations pull orders from Shopify, Amazon, eBay, Etsy, and Faire into one dashboard\",\n        \"Automation Rules apply carrier logic based on destination country and order value\",\n        \"Returns portal manages reverse logistics without manual coordination\"\n      ],\n      bodyAfter: [\n        \"For a multi-channel jewelry brand where international shipping is a regular part of the business, automated rate decisions protect margins on every label. The savings on international alone\u2014nearly 50%\u2014justify the platform many times over.\"\n      ],\n      features: [\"Rate Shopper\", \"GlobalPost\", \"Multi-Channel Integration\", \"Automation Rules\", \"Returns Portal\"],\n      results: [\n        { value: \"~50%\", desc: \"Reduction in international shipping costs via GlobalPost\" },\n        { value: \"10+ yrs\", desc: \"Consistent 5-star ratings with ShipStation\" },\n        { value: \"5+\", desc: \"Sales channels unified in one platform\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/how-allure-wedding-jewelry-built-a-thriving-business-with-shipstation\/\"\n    },\n    {\n      id: \"go-for-zero\",\n      company: \"Go For Zero\",\n      imgKey: \"go-for-zero\",\n      headline: \"Removing manual carrier comparison cut fulfillment time 40% and enabled next-day shipping.\",\n      subheadline: \"Removing manual carrier comparison cut fulfillment time 40% and enabled next-day shipping.\",\n      statValue: \"6%\",\n      statLabel: \"average savings per shipment\",\n      quote: \"Every dollar matters. That's why we're selective about where we invest. With ShipStation, we've found a solution that supports our growth, saving us time and money.\",\n      quotePerson: \"Ellie Degraeve, Founder of Go For Zero\",\n      body: [\n        \"Go For Zero is an Australian eco-friendly retail brand where sustainability extends to operational decisions. For a brand where every dollar is weighed carefully, shipping costs aren't just a line item\u2014they're a reflection of how efficiently the business runs.\",\n        \"Before ShipStation, the team was manually comparing Sendle and Australia Post for every single order, then racing to the post office before closing time. Each order required an individual decision. At scale, those decisions add up\u2014in time and in cost.\",\n        \"ShipStation automated both. Rate Shopper compares carriers in real time for every order and automatically selects the most cost-effective option. The post office runs have disappeared. Fulfillment time dropped 40%. And average per-shipment costs fell by 6%.\"\n      ],\n      steps: [\n        \"Rate Shopper compares Sendle and Australia Post automatically at the moment of each shipment\",\n        \"Automation Rules assign carrier and service level based on destination and package attributes\",\n        \"Shipping Presets standardize packaging decisions for repeatable order types\",\n        \"Tracking information syncs back to the store automatically\"\n      ],\n      bodyAfter: [\n        \"For a mission-driven brand where cost efficiency and environmental responsibility intersect, automated rate decisions do more than save money. They free the team to focus on what matters\u2014growing the business and serving customers\u2014rather than manually managing every shipment.\"\n      ],\n      features: [\"Rate Shopper\", \"Automation Rules\", \"Shipping Presets\", \"Sendle Integration\", \"Australia Post Integration\"],\n      results: [\n        { value: \"6%\", desc: \"Average savings per shipment via automated carrier selection\" },\n        { value: \"40%\", desc: \"Reduction in fulfillment time\" },\n        { value: \"2\u00d7\", desc: \"Order volume doubled with the same team\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/go-for-zero\/\"\n    },\n    {\n      id: \"petscript-pharmacy\",\n      company: \"PetScript Pro Lab Pharmacy\",\n      imgKey: \"petscript-pharmacy\",\n      headline: \"Eliminated 2 hours of daily manual work and ensured the right carrier every time.\",\n      subheadline: \"Eliminated 2 hours of daily manual work and ensured the right carrier every time.\",\n      statValue: \"$2\u2013$30\",\n      statLabel: \"saved per package\",\n      quote: \"I can choose the best carrier and the best price to ship overnight, and I can access the tracking info the next day to make sure the package is delivered on time.\",\n      quotePerson: \"Jennifer Northcutt, Shipping Team at PetScript Pro Lab Pharmacy\",\n      body: [\n        \"PetScript Pro Lab Pharmacy ships compounded pet medications to customers in 47 states and Puerto Rico\u2014including time-sensitive overnight shipments and refrigerated prescriptions that must arrive within a specific window. A wrong carrier choice isn't just a cost problem. It can mean a medication arriving warm or late.\",\n        \"With a two-person team averaging 130 packages per day, the team needed rate comparison that was both fast and reliable. Previously, that meant ~2 hours of manual work daily across disconnected systems.\",\n        \"ShipStation's Rate Shopper gave the team instant access to the best carrier and best price for every shipment type\u2014overnight, refrigerated, standard\u2014without manual lookup. And savings of $2 to $30 per package, depending on the shipment, add up quickly across 130 daily orders.\"\n      ],\n      steps: [\n        \"Rate Shopper compares all available carriers for each shipment type in real time\",\n        \"Automation Rules differentiate overnight, refrigerated, and standard order routing\",\n        \"Returns and exchanges management centralizes all reverse logistics\",\n        \"Multi-user access allows the two-person team to work simultaneously\"\n      ],\n      bodyAfter: [\n        \"For a pharmacy where accuracy and timing are non-negotiable, automated rate decisions do more than reduce spend. They give the team confidence that every package is going out on the right carrier, at the right price, in time to matter.\"\n      ],\n      features: [\"Rate Shopper\", \"Automation Rules\", \"Returns Management\", \"Multi-User Access\", \"Multi-Carrier Support\"],\n      results: [\n        { value: \"$2\u2013$30\", desc: \"Saved per package via automated rate comparison\" },\n        { value: \"~2 hrs\", desc: \"Daily manual shipping work eliminated\" },\n        { value: \"130\", desc: \"Packages per day handled by a 2-person team\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/petscript-pro-lab-pharmacy\/\"\n    },\n    {\n      id: \"spiceology\",\n      company: \"Spiceology\",\n      imgKey: \"spiceology\",\n      headline: \"Automated rate comparison improved same-day shipping and tripled peak output.\",\n      subheadline: \"Automated rate comparison improved same-day shipping and tripled peak output.\",\n      statValue: \"32%\",\n      statLabel: \"improvement in same-day shipping rate\",\n      quote: \"The ability to rate shop and have all of your carriers' rates available within ShipStation in real time\u2014there's no reason for us to use anything else.\",\n      quotePerson: \"Ned Woodward, Operations at Spiceology\",\n      body: [\n        \"Spiceology is an innovative spice brand that grew from a farmers' market into a major retail supplier, now selling 450+ SKUs at Target, Walmart, Costco, and direct-to-consumer. That growth came with a fulfillment cost: the team was spending 12 hours per week manually comparing rates across UPS.com, FedEx.com, and Stamps.com.\",\n        \"That's 12 hours every week devoted entirely to a decision that ShipStation could make automatically\u2014in milliseconds, for every order.\",\n        \"Once Rate Shopper and Automation Rules were in place, manual rate comparison disappeared entirely. The freed-up time translated directly into throughput: same-day shipping rates improved 32%, output tripled during peak, and the team handled 15% year-over-year shipment growth without adding headcount.\"\n      ],\n      steps: [\n        \"Rate Shopper automatically selects the best shipping option across UPS, FedEx, and USPS\",\n        \"Automation Rules assign carriers and service levels based on order type and destination\",\n        \"Batch Processing handles large volumes efficiently during peak periods\",\n        \"Shopify and Oracle NetSuite integrations keep orders and inventory in sync\"\n      ],\n      bodyAfter: [\n        \"For a fast-growing food brand where same-day shipping is a competitive differentiator, the ability to automate carrier decisions at scale isn't just about cost\u2014it's about speed, consistency, and the capacity to keep up with demand without a proportional increase in workload.\"\n      ],\n      features: [\"Rate Shopper\", \"Automation Rules\", \"Batch Processing\", \"Shopify Integration\", \"NetSuite Integration\"],\n      results: [\n        { value: \"32%\", desc: \"Improvement in same-day shipping rate\" },\n        { value: \"12 hrs\", desc: \"Per week of manual rate comparison eliminated\" },\n        { value: \"3\u00d7\", desc: \"Output during peak with flat headcount\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/spiceology\/\"\n    },\n    {\n      id: \"clean-cause\",\n      company: \"CLEAN Cause\",\n      imgKey: \"clean-cause\",\n      headline: \"Discounted carrier rates reduce base cost on every label and support dramatic growth.\",\n      subheadline: \"Discounted carrier rates reduce base cost on every label and support dramatic growth.\",\n      statValue: \"14%\",\n      statLabel: \"drop in per-case shipping cost\",\n      quote: \"We've seen a really big improvement just being able to integrate negotiated rates into ShipStation. And our rates got better as we grew our business.\",\n      quotePerson: \"Cortney Hollinger, Director of HR at CLEAN Cause\",\n      body: [\n        \"CLEAN Cause makes yerba mate energy drinks and donates 50% of net profits to addiction recovery programs. For a brand whose mission depends on margin, shipping costs for heavy cases are never a minor detail.\",\n        \"Before ShipStation, the team was manually copying and pasting addresses into carrier websites with no automation and no rate comparison. Orders went out, but without visibility into whether costs were optimized.\",\n        \"ShipStation changed that in two ways. Rate Shopper reduced per-case shipping cost from ~$16 to ~$13.80. But the bigger shift came from the Insights section: data showing that multi-case orders shipped exponentially more efficiently. That discovery reshaped CLEAN Cause's sales strategy\u2014pushing toward two-case sales instead of one\u2014and contributed to 311% growth over three years.\"\n      ],\n      steps: [\n        \"Rate Shopper compares UPS and USPS automatically for each shipment\",\n        \"Shipping Insights surface carrier and cost trends across all orders\",\n        \"Automation Rules streamline order workflow for the small fulfillment team\",\n        \"Discounted carrier rates reduce base cost on every label\"\n      ],\n      bodyAfter: [\n        \"Rate shopping didn't just reduce per-shipment spend at CLEAN Cause\u2014it produced data that changed how the business thinks about what to sell. For a mission-driven brand where every dollar directly funds addiction recovery, that kind of operational insight has a compounding impact.\"\n      ],\n      features: [\"Rate Shopper\", \"Shipping Intelligence\", \"Automation Rules\", \"Discounted Carrier Rates\"],\n      results: [\n        { value: \"311%\", desc: \"Sales increase over 3 years\" },\n        { value: \"~$13.80\", desc: \"Per-case cost (was ~$16)\" },\n        { value: \"1\u20132\", desc: \"People fulfill orders for a 39-person company\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/clean-cause-improves-sales-with-shipping-automations\/\"\n    },\n    {\n      id: \"sydney-sock-project\",\n      company: \"Sydney Sock Project\",\n      imgKey: \"sydney-sock-project\",\n      headline: \"11,000 minutes per year recovered and reinvested back into the business.\",\n      subheadline: \"11,000 minutes per year recovered and reinvested back into the business.\",\n      statValue: \"45 min\",\n      statLabel: \"saved daily via automatic rate selection\",\n      quote: \"As our volume quadrupled, those time savings became critical.\",\n      quotePerson: \"Andres Herrero, Founder of Sydney Sock Project\",\n      body: [\n        \"As the apparel brand saw order volume grow to more than 200 shipments per day, every inefficiency became magnified, including the time spent manually evaluating carrier rates.\",\n        \"Rate Shopper alone saves the team 45 minutes every day by automatically selecting the best carrier for each order. That's over 11,000 minutes per year\u2014time the team puts back into running the business.\",\n        \"The savings extend beyond time. Every order ships at the lowest available rate with no manual comparison. That consistency protects margins as volume scales.\"\n      ],\n      steps: [\n        \"Rate Shopper compares Sendle and Australia Post in real time and selects the lowest-cost option\",\n        \"Automation Rules assign carriers and service levels based on destination and order type\",\n        \"Batch Processing groups orders into runs of up to 500 for efficient label creation\",\n        \"Order tagging and presets ensure consistent cost-optimization across similar order types\"\n      ],\n      bodyAfter: [\n        \"For a brand that doubled its first-year order volume in a single month, having a shipping system that automatically absorbs volume spikes\u2014without manual rate evaluation\u2014isn't just convenient. It's how the business scales.\"\n      ],\n      features: [\"Rate Shopper\", \"Automation Rules\", \"Batch Processing\", \"Shopify Integration\", \"Order Tagging\"],\n      results: [\n        { value: \"45 min\", desc: \"Saved per day via automated rate selection\" },\n        { value: \"11,000+\", desc: \"Minutes saved per year\" },\n        { value: \"260\", desc: \"Daily orders processed with ShipStation\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/sydney-sock-project\/\"\n    },\n    {\n      id: \"baraka-shea-butter\",\n      company: \"Baraka Shea Butter\",\n      imgKey: \"baraka-shea-butter\",\n      headline: \"Eliminating manual carrier comparison unlocked global growth for a small team.\",\n      subheadline: \"Eliminating manual carrier comparison unlocked global growth for a small team.\",\n      statValue: \"85\",\n      statLabel: \"countries reached with automated shipping\",\n      quote: \"ShipStation made shipping so efficient that we have grown to over 5,000 orders last year. Can't imagine doing it without ShipStation.\",\n      quotePerson: \"Wayne Dunn, Founder of Baraka Shea Butter\",\n      body: [\n        \"Baraka Shea Butter is a Canadian natural skincare brand that set out to reach customers globally. For a small team, manually comparing Canada Post and FedEx rates for every international order\u2014across dozens of destination countries\u2014wasn't sustainable.\",\n        \"ShipStation automated those decisions across a global carrier network. Rate Shopper evaluates available options for each shipment and selects the best rate, whether the destination is across the country or across the world.\",\n        \"The result: Baraka Shea Butter now ships to 25,000+ customers in 85 countries, processing 5,000+ orders per year\u2014growth that would have been logistically impossible with a manual carrier comparison process.\"\n      ],\n      steps: [\n        \"Rate Shopper compares Canada Post, FedEx, and other carriers for every domestic and international shipment\",\n        \"Automation Rules apply carrier logic based on destination country and package weight\",\n        \"International labels and customs documentation generated automatically\",\n        \"Shopify integration pulls all orders into a single fulfillment workflow\"\n      ],\n      bodyAfter: [\n        \"For a small brand with global ambitions, automated rate decisions removed the operational ceiling. Instead of manually evaluating every international order, the system handles the process\u2014so the business can focus on reaching new markets.\"\n      ],\n      features: [\"Rate Shopper\", \"Multi-Carrier Support\", \"International Shipping\", \"Shopify Integration\", \"Automation Rules\"],\n      results: [\n        { value: \"85\", desc: \"Countries reached with automated shipping decisions\" },\n        { value: \"5,000+\", desc: \"Orders per year (up from a few per week)\" },\n        { value: \"25K+\", desc: \"Customers served globally\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/baraka-shea-butter\/\"\n    },\n    {\n      id: \"black-girl-sunscreen\",\n      company: \"Black Girl Sunscreen\",\n      imgKey: \"black-girl-sunscreen\",\n      headline: \"Scaling to 18,000 stores with Rate Shopper built into every shipment.\",\n      subheadline: \"Scaling to 18,000 stores with Rate Shopper built into every shipment.\",\n      statValue: \"8%\",\n      statLabel: \"saved on shipping via Rate Shopper\",\n      quote: \"We use Rate Shopper daily to see who's competitive and which carrier can get it there on time.\",\n      quotePerson: \"Deasia Moore, Fulfillment Manager at Black Girl Sunscreen\",\n      body: [\n        \"Founded with $33,000 and a mission to get better sunscreen into the hands of people with darker skin tones, Black Girl Sunscreen is now in 18,000+ stores across four countries. Managing that scale while keeping costs in check falls to a two-person fulfillment team.\",\n        \"Rate Shopper is now part of every morning's routine. Before printing any label, the team compares rates across carriers for cost, speed, and reliability, saving around 8% on shipping costs.\",\n        \"International shipping, once the most friction-heavy part of the job, runs differently now. Rates are calculated in real time, customer details pull through automatically, and customs documentation is generated without manual input.\"\n      ],\n      steps: [\n        \"Rate Shopper compares carriers daily for cost, speed, and reliability before every label is printed\",\n        \"International rates are calculated in real time with customs documentation generated automatically\",\n        \"Batch label printing scales output during spikes and 80% peak-season volume surges\",\n        \"Centralized order management separates wholesale and DTC operations in one dashboard\"\n      ],\n      bodyAfter: [\n        \"For a brand shipping to wholesale partners across four countries, every label is a cost decision. Using Rate Shopper daily means those decisions are never left to guesswork, and the savings compound across every order, peak season, and new market.\"\n      ],\n      features: [\"Rate Shopper\", \"International Shipping\", \"Batch Label Printing\", \"Order Management\", \"Automated Customs Documentation\"],\n      results: [\n        { value: \"8%\", desc: \"Saved on shipping via Rate Shopper\" },\n        { value: \"1+ hr\", desc: \"Saved per day during peak season\" },\n        { value: \"18,000+\", desc: \"Stores reached with a 2-person fulfillment team\" }\n      ],\n      link: \"https:\/\/www.shipstation.com\/stories\/black-girl-sunscreen\/\"\n    }\n  ];\n\n  \/\/ \u2500\u2500\u2500 State \u2500\u2500\u2500\n  let currentIndex = 0;\n\n  \/\/ \u2500\u2500\u2500 Render Cards \u2500\u2500\u2500\n  function renderCards() {\n    const grid = document.getElementById('ss-grid');\n    grid.innerHTML = '';\n    STORIES.forEach((s, i) => {\n      const card = document.createElement('div');\n      card.className = 'ss-card';\n      card.setAttribute('role', 'listitem');\n      card.innerHTML = `\n        <img decoding=\"async\" class=\"ss-card-img\" src=\"${IMAGES[s.imgKey] || ''}\" alt=\"${s.company}\" loading=\"lazy\" \/>\n        <div class=\"ss-card-body\">\n          <div class=\"ss-card-company\">${s.company}<\/div>\n          <div class=\"ss-card-headline\">${s.headline}<\/div>\n          <div class=\"ss-card-stat\">\n            <span class=\"ss-card-stat-value\">${s.statValue}<\/span>\n            <span class=\"ss-card-stat-label\">${s.statLabel}<\/span>\n          <\/div>\n          <button class=\"ss-card-cta\" data-index=\"${i}\">\n            More Details\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n          <\/button>\n        <\/div>`;\n      card.querySelector('.ss-card-cta').addEventListener('click', (e) => {\n        e.stopPropagation();\n        openModal(i);\n      });\n      card.addEventListener('click', () => openModal(i));\n      grid.appendChild(card);\n    });\n  }\n\n  \/\/ \u2500\u2500\u2500 Modal \u2500\u2500\u2500\n  function openModal(index) {\n    currentIndex = index;\n    populateModal(STORIES[index]);\n    document.getElementById('ss-modal-backdrop').classList.add('open');\n    document.body.style.overflow = 'hidden';\n  }\n\n  function closeModal() {\n    document.getElementById('ss-modal-backdrop').classList.remove('open');\n    document.body.style.overflow = '';\n  }\n\n  function populateModal(s) {\n    document.getElementById('modal-hero-img').src = IMAGES[s.imgKey] || '';\n    document.getElementById('modal-hero-img').alt = s.company;\n\n    const stepsHTML = s.steps.length\n      ? `<ul class=\"ss-modal-steps\">${s.steps.map(st => `<li>${st}<\/li>`).join('')}<\/ul>`\n      : '';\n\n    const bodyBeforeHTML = s.body.map(p => `<p>${p}<\/p>`).join('');\n    const bodyAfterHTML = (s.bodyAfter || []).map(p => `<p>${p}<\/p>`).join('');\n\n    const resultsHTML = `\n      <div class=\"ss-results-box\">\n        <div class=\"ss-results-label\">Results<\/div>\n        <div class=\"ss-results-grid\">\n          ${s.results.map(r => `\n            <div class=\"ss-result-item\">\n              <div class=\"ss-result-value\">${r.value}<\/div>\n              <div class=\"ss-result-desc\">${r.desc}<\/div>\n            <\/div>`).join('')}\n        <\/div>\n      <\/div>`;\n\n    const pillsHTML = s.features.map(f => `<span class=\"ss-modal-pill\">${f}<\/span>`).join('');\n\n    document.getElementById('modal-content').innerHTML = `\n      <div class=\"ss-modal-company\">${s.company}<\/div>\n      <div class=\"ss-modal-tagline\">${s.subheadline}<\/div>\n      <div class=\"ss-modal-body\">${bodyBeforeHTML}${stepsHTML}${bodyAfterHTML}<\/div>\n      ${resultsHTML}\n      <blockquote class=\"ss-modal-quote\">\n        \"${s.quote}\"\n        <cite>\u2014 ${s.quotePerson}<\/cite>\n      <\/blockquote>\n      <div class=\"ss-modal-features-label\">Features Used<\/div>\n      <div class=\"ss-modal-features-pills\">${pillsHTML}<\/div>\n      <div class=\"ss-modal-footer\">\n        <a class=\"ss-read-more\" href=\"${s.link}\" target=\"_blank\" rel=\"noopener\">\n          Read the Full Story\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n        <\/a>\n        <div class=\"ss-nav-btns\">\n          <button class=\"ss-nav-btn\" id=\"ss-prev\" aria-label=\"Previous story\">&#8592;<\/button>\n          <button class=\"ss-nav-btn\" id=\"ss-next\" aria-label=\"Next story\">&#8594;<\/button>\n        <\/div>\n      <\/div>`;\n\n    document.getElementById('ss-prev').disabled = currentIndex === 0;\n    document.getElementById('ss-next').disabled = currentIndex === STORIES.length - 1;\n\n    document.getElementById('ss-prev').onclick = () => { if (currentIndex > 0) openModal(currentIndex - 1); };\n    document.getElementById('ss-next').onclick = () => { if (currentIndex < STORIES.length - 1) openModal(currentIndex + 1); };\n\n    document.getElementById('ss-modal').scrollTop = 0;\n  }\n\n  \/\/ \u2500\u2500\u2500 Close Handlers \u2500\u2500\u2500\n  document.getElementById('ss-modal-close').addEventListener('click', closeModal);\n  document.getElementById('ss-modal-backdrop').addEventListener('click', (e) => {\n    if (e.target === document.getElementById('ss-modal-backdrop')) closeModal();\n  });\n  document.addEventListener('keydown', (e) => { if (e.key === 'Escape') closeModal(); });\n\n  \/\/ \u2500\u2500\u2500 Init \u2500\u2500\u2500\n  renderCards();\n\n})();\n<\/script>\n\n<\/div>\n                                \n                                \n                                \n                                <\/div>\n        <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"wp-block-shipstation-content-row block not-prose padding-top--md padding-bottom--sm columns-2 align-center gap-lg ratio-60-40\">\n    <div class=\"content--md\">\n        <div class=\"container not-prose\">\n\n                        <div class=\"content-row__columns content-row__columns--has-bg bg-grey-lightest\">\n                                    <div class=\"content-row__column content-row__column--text\">\n                                                    <div class=\"content-row__text text-align-left\">\n                                \n                                                                    <h2 class=\"h4\">Shipping Rate Comparison<\/h2>\n                                \n                                                                    <div class=\"content-row__body\">Select the best-value way to ship every package without the manual work.<\/div>\n                                \n                                                                                                    <div class=\"content-row__cta-wrapper\">\n                                        <a href=\"https:\/\/www.shipstation.com\/fulfillment\/shipping\/rate-shopper\/\" class=\"btn outline\">Learn More<\/a>\n                                                                                    <a href=\"https:\/\/www.shipstation.com\/start-a-free-trial\/\" class=\"btn\">Start a Free Trial<\/a>\n                                                                            <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                    <div class=\"content-row__column content-row__column--image\">\n                                                        <div class=\"content-row__image-wrapper content-row__image-wrapper--contain\">\n                                                                            <img decoding=\"async\" class=\"content-row__image\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2025\/08\/img-rateshopper-enterprise-website-1024x768.png\" alt=\"\" width=\"1038\" height=\"779\" loading=\"lazy\">\n                                                                    <\/div>\n                            \n                                            <\/div>\n                            <\/div>\n\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section class=\"wp-block-shipstation-content-section block not-prose\">\n    <div class=\"\">\n        <div class=\"container\">\n            <div class=\"content content-align-left items-start content-width-full\">\n                                \n                                \n                                                    <div class=\"content-section-body body-size-lead\">\n\n<section class=\"wp-block-shipstation-cards-v2 block not-prose\" id=\"block-cards-6a5bbfe796701\">\n            <div class=\" \">\n        <div class=\"container\">\n                        <div class=\"content content-align-center items-center content-width-full\">\n                                \n                                    <h3>Related Resources<\/h3>\n                                \n                                \n                                \n                            <\/div>\n                        \n                                                <!-- Grid Mode -->\n                    <div class=\"cards icon-top columns-4 layout-grid\">\n                                                                                <div class=\"card card-thumbnail card-solid \">\n                                \n\n\n    <div class=\"thumbnail\">\n        <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/04\/blog-thumbnail-automated-rate-decisions.png\" alt=\"\" loading=\"lazy\" \/>\n    <\/div>\n\n\n\n\n<div class=\"card-content \">\n        <div class=\"card-text\">\n                    <!-- Standard heading\/eyebrow for all other card types -->\n            \n                                                <h3 class=\"h5\">How Shippers Save by Automating Rate Decisions<\/h3>\n                                            \n                    <div class=\"body\"><p style=\"font-size:14px\">Learn how automating shipping rate decisions saves time, cuts costs, and scales fulfillment.<\/p>\n<p><\/p>\n<p style=\"font-size:14px\"><a href=\"https:\/\/www.shipstation.com\/blog\/how-high-volume-shippers-save-hours-and-thousands-by-automating-rate-decisions\/\">Learn More &gt; <\/a><\/p><\/div>\n        \n            <\/div>\n\n    <\/div>\n                            <\/div>\n                                                                                                            <div class=\"card card-thumbnail card-solid \">\n                                \n\n\n    <div class=\"thumbnail\">\n        <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/02\/shipstation-blog-thumbnail-compare-international-shipping-quotes.png\" alt=\"\" loading=\"lazy\" \/>\n    <\/div>\n\n\n\n\n<div class=\"card-content \">\n        <div class=\"card-text\">\n                    <!-- Standard heading\/eyebrow for all other card types -->\n            \n                                                <h3 class=\"h5\">How to Compare International Shipping Quotes<\/h3>\n                                            \n                    <div class=\"body\"><p style=\"font-size:14px\">Here&#8217;s a practical guide for comparing international shipping quotes and choosing the right carrier.<\/p>\n<p><\/p>\n<p style=\"font-size:14px\"><a href=\"https:\/\/www.shipstation.com\/blog\/how-to-compare-international-shipping-quotes-and-calculate-global-carrier-delivery-costs\/\">Learn More &gt; <\/a><\/p><\/div>\n        \n            <\/div>\n\n    <\/div>\n                            <\/div>\n                                                                                                            <div class=\"card card-thumbnail card-solid \">\n                                \n\n\n    <div class=\"thumbnail\">\n        <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/02\/shipstation-blog-thumbnail-high-volume-shipping-guide.png\" alt=\"\" loading=\"lazy\" \/>\n    <\/div>\n\n\n\n\n<div class=\"card-content \">\n        <div class=\"card-text\">\n                    <!-- Standard heading\/eyebrow for all other card types -->\n            \n                                                <h3 class=\"h5\">6 Critical Capabilities Shippers Can\u2019t Afford to Ignore<\/h3>\n                                            \n                    <div class=\"body\"><p style=\"font-size:14px\">Understand which capabilities matter most for high-volume operations, so you can make the right investment.<\/p>\n<p><\/p>\n<p style=\"font-size:14px\"><a href=\"https:\/\/www.shipstation.com\/blog\/6-critical-capabilities-high-volume-shippers-cant-afford-to-ignore\/\">Learn More &gt; <\/a><\/p><\/div>\n        \n            <\/div>\n\n    <\/div>\n                            <\/div>\n                                                                                                            <div class=\"card card-thumbnail card-solid \">\n                                \n\n\n    <div class=\"thumbnail\">\n        <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/05\/guide-automation-in-action-banner-thumbnail-1024x576.png\" alt=\"\" loading=\"lazy\" \/>\n    <\/div>\n\n\n\n\n<div class=\"card-content \">\n        <div class=\"card-text\">\n                    <!-- Standard heading\/eyebrow for all other card types -->\n            \n                                                <h3 class=\"h5\">How Companies Scale Operations with Automated Fulfillment<\/h3>\n                                            \n                    <div class=\"body\"><p style=\"font-size:14px\">See inside the automation real brands use to reduce labor costs, minimize errors, and deliver faster.<\/p>\n<p><\/p>\n<p style=\"font-size:14px\"><a href=\"https:\/\/www.shipstation.com\/guides\/automation-in-action-how-companies-cut-fulfillment-costs-and-scaled-operations-with-automation\/\">Learn More &gt; <\/a><\/p><\/div>\n        \n            <\/div>\n\n    <\/div>\n                            <\/div>\n                                                                        <\/div>\n                            \n                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<\/div>\n                                \n                                \n                                \n                                <\/div>\n        <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>See how Rate Shopper is helping businesses cut shipping costs by comparing carrier rates  in real time and selecting the best-fit carrier and service for every package. <\/p>\n","protected":false},"author":184,"featured_media":0,"template":"","categories":[],"tags":[],"class_list":["post-95713","guides","type-guides","status-publish","hentry"],"acf":{"shipstation_product_type":["shipstation"],"shipstation_features":"","shipstation_company_size":"","shipstation_industry":"","shipstation_funnel_stage":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Rate Shopping in Action - ShipStation<\/title>\n<meta name=\"description\" content=\"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rate Shopping in Action\" \/>\n<meta property=\"og:description\" content=\"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/\" \/>\n<meta property=\"og:site_name\" content=\"ShipStation\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ShipStation\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T15:20:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@shipstation\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/\"},\"author\":{\"name\":\"Todd Greenbaum\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#\\\/schema\\\/person\\\/5732117106a30e5c0d3f0f38c4c3e0f7\"},\"headline\":\"Rate Shopping in Action\",\"datePublished\":\"2026-07-16T15:20:48+00:00\",\"dateModified\":\"2026-07-16T15:20:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/\"},\"wordCount\":102,\"publisher\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#organization\"},\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/\",\"name\":\"Rate Shopping in Action - ShipStation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#website\"},\"datePublished\":\"2026-07-16T15:20:48+00:00\",\"dateModified\":\"2026-07-16T15:20:49+00:00\",\"description\":\"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/rate-shopping-in-action\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.shipstation.com\\\/en-gb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guides\",\"item\":\"https:\\\/\\\/www.shipstation.com\\\/guides\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Rate Shopping in Action\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#website\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/\",\"name\":\"ShipStation\",\"description\":\"The fulfillment engine behind hundreds of thousands of online sellers.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.shipstation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#organization\",\"name\":\"ShipStation\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ShipStation-Lockup-DarkGreen-RGB.svg\",\"contentUrl\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/ShipStation-Lockup-DarkGreen-RGB.svg\",\"width\":1550,\"height\":247,\"caption\":\"ShipStation\"},\"image\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ShipStation\\\/\",\"https:\\\/\\\/x.com\\\/shipstation\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/shipstation\",\"https:\\\/\\\/www.instagram.com\\\/shipstation\\\/\"],\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":\"4.8\",\"reviewCount\":\"1200\"},\"description\":\"The fulfillment engine behind hundreds of thousands of online sellers, ShipStation combines order management, rate shopping, inventory, and returns all in one platform, delivering 15x more labels per hour and up to 90% shipping discounts through 200+ carriers.\",\"telephone\":\"(512) 886-4006\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#\\\/schema\\\/person\\\/5732117106a30e5c0d3f0f38c4c3e0f7\",\"name\":\"Todd Greenbaum\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g\",\"caption\":\"Todd Greenbaum\"}},{\"@type\":\"SoftwareApplication\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/en-gb\\\/#software-application\",\"name\":\"ShipStation\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/en-gb\\\/\",\"applicationCategory\":\"BusinessApplication\",\"operatingSystem\":\"Web Browser\",\"aggregateRating\":{\"@type\":\"AggregateRating\",\"ratingValue\":\"4.8\",\"reviewCount\":\"1200\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Rate Shopping in Action - ShipStation","description":"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/","og_locale":"en_GB","og_type":"article","og_title":"Rate Shopping in Action","og_description":"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.","og_url":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/","og_site_name":"ShipStation","article_publisher":"https:\/\/www.facebook.com\/ShipStation\/","article_modified_time":"2026-07-16T15:20:49+00:00","twitter_card":"summary_large_image","twitter_site":"@shipstation","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/#article","isPartOf":{"@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/"},"author":{"name":"Todd Greenbaum","@id":"https:\/\/www.shipstation.com\/#\/schema\/person\/5732117106a30e5c0d3f0f38c4c3e0f7"},"headline":"Rate Shopping in Action","datePublished":"2026-07-16T15:20:48+00:00","dateModified":"2026-07-16T15:20:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/"},"wordCount":102,"publisher":{"@id":"https:\/\/www.shipstation.com\/#organization"},"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/","url":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/","name":"Rate Shopping in Action - ShipStation","isPartOf":{"@id":"https:\/\/www.shipstation.com\/#website"},"datePublished":"2026-07-16T15:20:48+00:00","dateModified":"2026-07-16T15:20:49+00:00","description":"Discover how automated rate shopping helps ecommerce businesses compare shipping carriers, reduce shipping costs, improve margins, and streamline every shipment.","breadcrumb":{"@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.shipstation.com\/guides\/rate-shopping-in-action\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.shipstation.com\/en-gb\/"},{"@type":"ListItem","position":2,"name":"Guides","item":"https:\/\/www.shipstation.com\/guides\/"},{"@type":"ListItem","position":3,"name":"Rate Shopping in Action"}]},{"@type":"WebSite","@id":"https:\/\/www.shipstation.com\/#website","url":"https:\/\/www.shipstation.com\/","name":"ShipStation","description":"The fulfillment engine behind hundreds of thousands of online sellers.","publisher":{"@id":"https:\/\/www.shipstation.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.shipstation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.shipstation.com\/#organization","name":"ShipStation","url":"https:\/\/www.shipstation.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.shipstation.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.shipstation.com\/wp-content\/uploads\/2024\/10\/ShipStation-Lockup-DarkGreen-RGB.svg","contentUrl":"https:\/\/www.shipstation.com\/wp-content\/uploads\/2024\/10\/ShipStation-Lockup-DarkGreen-RGB.svg","width":1550,"height":247,"caption":"ShipStation"},"image":{"@id":"https:\/\/www.shipstation.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ShipStation\/","https:\/\/x.com\/shipstation","https:\/\/www.linkedin.com\/company\/shipstation","https:\/\/www.instagram.com\/shipstation\/"],"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"1200"},"description":"The fulfillment engine behind hundreds of thousands of online sellers, ShipStation combines order management, rate shopping, inventory, and returns all in one platform, delivering 15x more labels per hour and up to 90% shipping discounts through 200+ carriers.","telephone":"(512) 886-4006","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.shipstation.com\/#\/schema\/person\/5732117106a30e5c0d3f0f38c4c3e0f7","name":"Todd Greenbaum","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/900dc3223aa8c26c455cbcd9bd8d0479c93a2daf5a3024a82c4907aeeb34be2f?s=96&d=mm&r=g","caption":"Todd Greenbaum"}},{"@type":"SoftwareApplication","@id":"https:\/\/www.shipstation.com\/en-gb\/#software-application","name":"ShipStation","url":"https:\/\/www.shipstation.com\/en-gb\/","applicationCategory":"BusinessApplication","operatingSystem":"Web Browser","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"1200"}}]}},"_links":{"self":[{"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/guides\/95713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/guides"}],"about":[{"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/types\/guides"}],"author":[{"embeddable":true,"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/users\/184"}],"wp:attachment":[{"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/media?parent=95713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/categories?post=95713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shipstation.com\/en-gb\/wp-json\/wp\/v2\/tags?post=95713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}