{"id":93709,"date":"2026-06-15T14:40:15","date_gmt":"2026-06-15T19:40:15","guid":{"rendered":"https:\/\/www.shipstation.com\/?page_id=93709"},"modified":"2026-06-23T12:15:46","modified_gmt":"2026-06-23T17:15:46","slug":"demo-lounge","status":"publish","type":"page","link":"https:\/\/www.shipstation.com\/en-au\/innovation-delivered\/demo-lounge\/","title":{"rendered":"Innovation Delivered 2026 &#8211; Demo Lounge"},"content":{"rendered":"\n\n<section class=\"wp-block-shipstation-content-section block not-prose padding-top--xl\">\n    <div class=\"\">\n        <div class=\"container\">\n            <div class=\"content content-align-center items-center content-width-full\">\n                                \n                                                    <h3 class=\"cs-heading-composite\" style=\"font-weight: 700; column-gap: 8px; row-gap: 8px; letter-spacing: -0.03em;\">\n                                                    <span class=\"heading-text\">Innovation<\/span>\n                                                                            <img decoding=\"async\"\n                                src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/innovation_delivered.svg\"\n                                alt=\"\"\n                                class=\"heading-inline-image\"\n                                style=\"width: 150px;\"\n                                loading=\"lazy\"\n                            \/>\n                                                                    <\/h3>\n                \n                                    <p class=\"cs-subheading-line\">\n                                                    <span class=\"subheading-text\">POWERED BY<\/span>\n                                                                            <img decoding=\"async\"\n                                src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/logo-ss-primary-rgb.svg\"\n                                alt=\"\"\n                                class=\"subheading-inline-image\"\n                                style=\"width: 116px;\"\n                                loading=\"lazy\"\n                            \/>\n                                                                    <\/p>\n                                                    <div class=\"content-section-body body-size-lead\">\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><\/p>\n\n<\/div>\n                                \n                                \n                                    <div class=\"secondary\">\u2190 <a href=\"\/innovation-delivered\/#agenda\">Agenda<\/a><\/div>\n                                \n                                <\/div>\n        <\/div>\n        <\/div>\n    <\/div>\n<\/section>\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-video block not-prose padding-bottom--lg\" id=\"video-6a4094b52737e\">\n    <div class=\"content-theme--light content--lg \">\n                <!-- Content Above Video Mode -->\n        <div class=\"container\">\n            <div class=\"content content-align-center items-center content-width-md\">\n                                \n                                    <h1>Demo Lounge<\/h1>\n                                \n                                    <div class=\"lead\">Explore bite-sized product walkthroughs to discover smart tools built to help you streamline workflows, lower shipping costs, and seamlessly scale your business.<\/div>\n                                \n                            <\/div>\n        <\/div>\n        \n        <!-- Video wrapper - fills the background container -->\n                <div class=\"container\">\n                <div class=\"video-wrapper video-rounded-xl\" \n             data-play-mode=\"inline\"\n             data-aspect-ratio=\"16\/9\"\n             style=\"aspect-ratio: 16\/9;\">\n\n                \n                                    <!-- Inline Mode: Thumbnail with play button, video replaces thumbnail -->\n                    <div class=\"video-inline-wrapper\">\n                                                    <img decoding=\"async\" class=\"video-thumbnail video-rounded-xl\"\n                                 src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/travis_thumbnail.webp\"\n                                 alt=\"\"\n                                 width=\"1024\"                                 height=\"576\"                                 loading=\"lazy\" \/>\n                        \n                        <video class=\"video-player video-inline video-rounded-xl\"\n                               src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/Demo-Lounge-Travis-Video-V3.mp4\"\n                                                                                             controls                               playsinline\n                               style=\"display: none;\">\n                        <\/video>\n                    <\/div>\n\n                    <button class=\"play-button play-button-overlay play-button-green\"\n                            aria-label=\"Play video\"\n                            data-video-inline=\"video-6a4094b52737e\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                            <path d=\"M8 5v14l11-7z\"\/>\n                        <\/svg>\n                    <\/button>\n                \n                            <\/div>\n                        <\/div>\n            \n            \n                <\/div>\n<\/section>\n\n<script>\n(function() {\n    var blockId = 'video-6a4094b52737e';\n    var playMode = 'inline';\n\n    document.addEventListener('DOMContentLoaded', function() {\n        var block = document.getElementById(blockId);\n        if (!block) return;\n\n        if (playMode === 'inline') {\n            \/\/ Inline mode: Play button shows video\n            var playBtn = block.querySelector('[data-video-inline]');\n            var thumbnail = block.querySelector('.video-thumbnail');\n            var video = block.querySelector('.video-inline');\n\n            if (playBtn && video) {\n                playBtn.addEventListener('click', function() {\n                    if (thumbnail) thumbnail.style.display = 'none';\n                    playBtn.style.display = 'none';\n                    video.style.display = 'block';\n                    video.play();\n                });\n            }\n        } else if (playMode === 'modal') {\n            \/\/ Modal mode: Open modal on play button click\n            var playBtn = block.querySelector('[data-video-modal]');\n            var modal = document.getElementById('modal-' + blockId);\n            var modalVideo = modal ? modal.querySelector('.video-modal-player') : null;\n            var closeButtons = modal ? modal.querySelectorAll('[data-modal-close]') : [];\n            var isIframe = modalVideo && modalVideo.tagName === 'IFRAME';\n            var embedSrc = isIframe ? modalVideo.getAttribute('data-embed-src') : '';\n\n            function openModal() {\n                modal.classList.add('active');\n                modal.setAttribute('aria-hidden', 'false');\n                document.body.style.overflow = 'hidden';\n                if (isIframe) {\n                    modalVideo.src = embedSrc;\n                } else {\n                    modalVideo.play();\n                }\n            }\n            function closeModal() {\n                modal.classList.remove('active');\n                modal.setAttribute('aria-hidden', 'true');\n                document.body.style.overflow = '';\n                if (isIframe) {\n                    modalVideo.src = 'about:blank';\n                } else {\n                    modalVideo.pause();\n                    modalVideo.currentTime = 0;\n                }\n            }\n\n            if (playBtn && modal && modalVideo) {\n                playBtn.addEventListener('click', openModal);\n                closeButtons.forEach(function(btn) {\n                    btn.addEventListener('click', closeModal);\n                });\n                document.addEventListener('keydown', function(e) {\n                    if (e.key === 'Escape' && modal.classList.contains('active')) {\n                        closeModal();\n                    }\n                });\n            }\n        } else if (playMode === 'autoplay') {\n            \/\/ Autoplay mode: Use Intersection Observer to play when in view\n            var video = block.querySelector('.video-autoplay');\n            if (video && 'IntersectionObserver' in window) {\n                var observer = new IntersectionObserver(function(entries) {\n                    entries.forEach(function(entry) {\n                        if (entry.isIntersecting) {\n                            video.play();\n                        } else {\n                            video.pause();\n                        }\n                    });\n                }, { threshold: 0.5 });\n\n                observer.observe(video);\n            }\n        }\n    });\n})();\n<\/script>\n\n\n\n<!-- Demo Lounge - Gravity Form #41 popup. Paste into a WordPress Custom HTML block. -->\n\n<div id=\"dl-modal-overlay\" class=\"dl-modal-overlay\" aria-hidden=\"true\">\n  <div class=\"dl-modal\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Demo Lounge Form\">\n    <button type=\"button\" class=\"dl-modal-close\" aria-label=\"Close\">&times;<\/button>\n    <div class=\"dl-modal-body\">\n      <h2 class=\"dl-modal-title\">Enter your email and get instant access to all interactive demos.<\/h2>\n      <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_41' ><style>#gform_wrapper_41[data-form-index=\"0\"].gform-theme,[data-parent-form=\"41_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_41' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_41' id='gform_41'  action='\/en-au\/wp-json\/wp\/v2\/pages\/93709#gf_41' data-formid='41' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_41' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_41_17\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_17'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_17' id='input_41_17' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_41_10\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_10' id='input_41_10' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='Gated Content Form' \/><\/div><\/div><div id=\"field_41_11\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_11' id='input_41_11' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_41_12\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_12' id='input_41_12' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_41_13\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_41_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_41_14\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_14' id='input_41_14' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_41_15\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_15' id='input_41_15' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_41_16\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_16' id='input_41_16' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_41' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=41&amp;title=&amp;description=&amp;tabindex=0&amp;theme=orbital&amp;styles=[]&amp;hash=78d10d9f26889e1a28edd7ba938e5b44' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_41' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_41' id='gform_theme_41' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_41' id='gform_style_settings_41' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_41' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='41' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_41' value='WyJbXSIsIjNiNTY3NDYwYmI1OTg4ZWFkMDg3YzEyNWIxOWZjN2Q5Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_41' id='gform_target_page_number_41' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_41' id='gform_source_page_number_41' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"3\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_41' id='gform_ajax_frame_41' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 41, 'https:\/\/www.shipstation.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_41').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_41');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_41').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_41').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_41').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_41').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_41').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_41').val();gformInitSpinner( 41, 'https:\/\/www.shipstation.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [41, current_page]);window['gf_submitting_41'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_41').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_41').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [41]);window['gf_submitting_41'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_41').text());}else{jQuery('#gform_41').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"41\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_41\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_41\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_41\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 41, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .dl-modal-overlay {\n    position: fixed;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    z-index: 999999;\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 20px;\n    background: rgba(0, 0, 0, 0.65);\n    -webkit-backdrop-filter: blur(8px);\n    backdrop-filter: blur(8px);\n  }\n  .dl-modal-overlay.is-open { display: flex; }\n\n  .dl-modal {\n    position: relative;\n    width: 100%;\n    max-width: 640px;\n    max-height: 90vh;\n    overflow-y: auto;\n    background: #fff;\n    border-radius: 12px;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);\n    padding: 40px 32px 32px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .dl-modal-close {\n    position: absolute;\n    top: 10px;\n    right: 14px;\n    width: 36px;\n    height: 36px;\n    padding: 0;\n    border: 0;\n    background: transparent;\n    font-size: 28px;\n    line-height: 1;\n    color: #555;\n    cursor: pointer;\n  }\n  .dl-modal-close:hover { color: #000; }\n\n  .dl-modal-body,\n  .dl-modal-body * { color: #000 !important; }\n\n  .dl-modal-title {\n    font-size: 1.3rem !important;\n    margin: 0px 0 16px !important;\n  }\n\n  \/* Hide the form header once the confirmation is showing\n     (only the form's own title, not the confirmation's). *\/\n  .dl-modal-body.dl-submitted > .dl-modal-title { display: none; }\n\n  .dl-modal-text {\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .dl-modal-body .gform_required_legend { display: none !important; }\n\n  body.dl-modal-open { overflow: hidden; }\n<\/style>\n\n<script>\n(function () {\n  var COOKIE_NAME = 'id2026-demo-lounge';\n  var FORM_ID = 41;\n\n  var overlay = document.getElementById('dl-modal-overlay');\n  if (!overlay) return;\n  var closeBtn = overlay.querySelector('.dl-modal-close');\n\n  function getCookie(name) {\n    var match = document.cookie.match(\n      new RegExp('(?:^|; )' + name.replace(\/([.$?*|{}()\\[\\]\\\\\\\/\\+^])\/g, '\\\\$1') + '=([^;]*)')\n    );\n    return match ? decodeURIComponent(match[1]) : null;\n  }\n  function setCookie(name, value, days) {\n    var expires = '';\n    if (days) {\n      var d = new Date();\n      d.setTime(d.getTime() + days * 24 * 60 * 60 * 1000);\n      expires = '; expires=' + d.toUTCString();\n    }\n    document.cookie = name + '=' + encodeURIComponent(value) + expires + '; path=\/; SameSite=Lax';\n  }\n\n  function openModal() {\n    overlay.classList.add('is-open');\n    overlay.setAttribute('aria-hidden', 'false');\n    document.body.classList.add('dl-modal-open');\n  }\n  function closeModal() {\n    overlay.classList.remove('is-open');\n    overlay.setAttribute('aria-hidden', 'true');\n    document.body.classList.remove('dl-modal-open');\n  }\n\n  document.addEventListener('click', function (e) {\n    var trigger = e.target.closest('.posts-grid-card button');\n    if (!trigger) return;\n\n    if (getCookie(COOKIE_NAME) === '1') return;\n\n    \/\/ Run before the button's own handlers so the demo never launches.\n    e.preventDefault();\n    e.stopPropagation();\n    e.stopImmediatePropagation();\n    openModal();\n  }, true); \/\/ capture phase\n\n  if (closeBtn) closeBtn.addEventListener('click', closeModal);\n  overlay.addEventListener('click', function (e) {\n    if (e.target === overlay) closeModal();\n  });\n  document.addEventListener('keydown', function (e) {\n    if (e.key === 'Escape' && overlay.classList.contains('is-open')) closeModal();\n  });\n\n  function markSubmitted() {\n    setCookie(COOKIE_NAME, '1', 365);\n  }\n\n  \/\/ Confirmation copy (overrides Gravity Forms' default \"Thank you.\")\n  var CONFIRM_TITLE = \"You're all set\";\n  var CONFIRM_BODY = 'Thanks for joining us. Click on any demo to start your self-guided tour.';\n\n  \/\/ Primary: watch the modal for Gravity Forms' confirmation message.\n  \/\/ Fires regardless of GF version \/ jQuery event quirks.\n  var modalBody = overlay.querySelector('.dl-modal-body');\n  if (modalBody && window.MutationObserver) {\n    var observer = new MutationObserver(function () {\n      var msg = modalBody.querySelector(\n        '.gform_confirmation_message, .gforms_confirmation_message, [id^=\"gform_confirmation_message_\"]'\n      );\n      if (!msg) return;\n\n      markSubmitted();\n      modalBody.classList.add('dl-submitted');\n\n      \/\/ Replace the default message once; the guard stops the observer\n      \/\/ from re-firing on the change we just made.\n      if (!msg.getAttribute('data-dl-done')) {\n        msg.setAttribute('data-dl-done', '1');\n        msg.innerHTML =\n          '<h2 class=\"dl-modal-title\">' + CONFIRM_TITLE + '<\/h2>' +\n          '<p class=\"dl-modal-text\">' + CONFIRM_BODY + '<\/p>';\n      }\n    });\n    observer.observe(modalBody, { childList: true, subtree: true });\n  }\n\n  \/\/ Backup: Gravity Forms' AJAX confirmation event.\n  function bindConfirmation($) {\n    $(document).on('gform_confirmation_loaded', function (event, formId) {\n      if (parseInt(formId, 10) === FORM_ID) markSubmitted();\n    });\n  }\n  if (window.jQuery) {\n    bindConfirmation(window.jQuery);\n  } else {\n    var tries = 0;\n    var iv = setInterval(function () {\n      if (window.jQuery) { clearInterval(iv); bindConfirmation(window.jQuery); }\n      else if (++tries > 100) { clearInterval(iv); }\n    }, 100);\n  }\n})();\n<\/script>\n\n\n\n<section class=\"wp-block-shipstation-posts block not-prose posts-block posts-block--grid\" id=\"explore-demos\">\n    <div class=\"bg-cobalt-lightest background--full content-theme--light\">\n        <div class=\"container\">\n                            <div class=\"content content-align-center\">\n                                                                <h2>Explore Demos<\/h2>\n                                                                <div class=\"lead\">Click a category below or use the search bar to find the demos that matter most to you.<\/div>\n                                                        <\/div>\n            \n            <div\n                class=\"posts-grid-view\"\n                id=\"grid-112cc25b-81e7-4b60-9dde-a8b73bb70392\"\n                data-per-page=\"48\"\n                data-post-type=\"shipshape_demo\"\n                data-taxonomy=\"demo_category\"\n                data-initial-term=\"0\"\n                data-card-link=\"modal\"\n                data-orderby=\"date\"\n                data-order=\"ASC\"\n            >\n                                    <div class=\"posts-grid-view__controls\">\n                                                    <div class=\"posts-grid-view__filters\" role=\"tablist\" aria-label=\"Filter by category\">\n                                <button\n                                    type=\"button\"\n                                    class=\"posts-grid-view__chip is-active\"\n                                    data-term=\"0\"\n                                    role=\"tab\"\n                                    aria-selected=\"true\"\n                                >All<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13704\"\n                                        data-slug=\"analytics\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Analytics<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13717\"\n                                        data-slug=\"api\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >API<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13710\"\n                                        data-slug=\"ask-shipstation\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Ask ShipStation<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13709\"\n                                        data-slug=\"automation\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Automation<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13705\"\n                                        data-slug=\"branding\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Branding<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13706\"\n                                        data-slug=\"checkout-experience\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Checkout Experience<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13715\"\n                                        data-slug=\"compliant-shipping\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Compliant Shipping<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13713\"\n                                        data-slug=\"duties-and-taxes\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Duties and Taxes<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13716\"\n                                        data-slug=\"globalpost\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >GlobalPost<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13707\"\n                                        data-slug=\"inventory-management\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Inventory Management<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13714\"\n                                        data-slug=\"invoicing\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Invoicing<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13712\"\n                                        data-slug=\"ltl\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >LTL<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13711\"\n                                        data-slug=\"order-management\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Order Management<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13703\"\n                                        data-slug=\"returns-and-exchanges\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Returns and Exchanges<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13702\"\n                                        data-slug=\"shipstation-101\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >ShipStation 101<\/button>\n                                                                    <button\n                                        type=\"button\"\n                                        class=\"posts-grid-view__chip\"\n                                        data-term=\"13708\"\n                                        data-slug=\"warehouse-management\"\n                                        role=\"tab\"\n                                        aria-selected=\"false\"\n                                    >Warehouse Management<\/button>\n                                                            <\/div>\n                        \n                                                    <div class=\"posts-grid-view__search\">\n                                <input\n                                    type=\"search\"\n                                    class=\"posts-grid-view__search-input\"\n                                    placeholder=\"Search\u2026\"\n                                    aria-label=\"Search posts\"\n                                \/>\n                            <\/div>\n                                            <\/div>\n                \n                <div class=\"posts-grid-view__items\" aria-live=\"polite\">\n                                                                        <article class=\"posts-grid-card\" data-post-id=\"94370\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94370,\"title\":\"Introduction to ShipStation\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=intro-of-station\",\"excerpt\":\"How to Automate Shipping and Compare Carrier Rates in ShipStation.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-automate-shipping-and-compare-carrier-rates-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/permyhnsi5vt?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>How to Automate Shipping and Compare Carrier Rates in ShipStation.<\\\/p>\\n\\n\\n\\n<p><\\\/p>\\n\",\"categories\":[{\"id\":13702,\"name\":\"ShipStation 101\",\"slug\":\"shipstation-101\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Introduction to ShipStation\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-automate-shipping-and-compare-carrier-rates-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">ShipStation 101<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Introduction to ShipStation<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">How to Automate Shipping and Compare Carrier Rates in ShipStation.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94480\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94480,\"title\":\"Automation Rules\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=automation-rules\",\"excerpt\":\"Eliminate repetitive manual tasks and cut shipping costs by setting up automated workflows and templates.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/setting-up-automated-shipping-rules-in-shipstation-1-1024x469.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/uzvojqot3ycv?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Eliminate repetitive manual tasks and cut shipping costs by setting up automated workflows and templates.<\\\/p>\\n\",\"categories\":[{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Automation Rules\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/setting-up-automated-shipping-rules-in-shipstation-1-1024x469.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Automation Rules<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Eliminate repetitive manual tasks and cut shipping costs by setting up automated workflows and templates.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94487\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94487,\"title\":\"Rate Shopper\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=rate-shopper\",\"excerpt\":\"Instantly compare rates across over 200 carriers to find the best value for every shipment, every time.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-compare-carrier-rates-and-automate-shipping-with-rate-shopper-1-1024x469.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/egomkfksqsb8?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Instantly compare rates across over 200 carriers to find the best value for every shipment, every time.<\\\/p>\\n\",\"categories\":[{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Rate Shopper\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-compare-carrier-rates-and-automate-shipping-with-rate-shopper-1-1024x469.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Rate Shopper<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Instantly compare rates across over 200 carriers to find the best value for every shipment, every time.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94513\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94513,\"title\":\"LTL Orders Grid\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=ltl-orders-grid\",\"excerpt\":\"Manage Freight and LTL Orders in ShipStation.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/manage-freight-and-ltl-orders-in-shipstation-1024x728.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/dtsg4ka4cssl?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Manage Freight and LTL Orders in ShipStation.<\\\/p>\\n\",\"categories\":[{\"id\":13712,\"name\":\"LTL\",\"slug\":\"ltl\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open LTL Orders Grid\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/manage-freight-and-ltl-orders-in-shipstation-1024x728.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">LTL<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">LTL Orders Grid<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Manage Freight and LTL Orders in ShipStation.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94508\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94508,\"title\":\"LTL Create Shipments\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=ltl-create-shipments\",\"excerpt\":\"Manage large-scale, heavy-freight, and Less-Than-Truckload shipments alongside your standard orders.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/freight-and-ltl-shipment-management-in-shipstation-1024x576.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/surkm4m7aibd?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Manage large-scale, heavy-freight, and Less-Than-Truckload shipments alongside your standard orders.<\\\/p>\\n\",\"categories\":[{\"id\":13712,\"name\":\"LTL\",\"slug\":\"ltl\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open LTL Create Shipments\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/freight-and-ltl-shipment-management-in-shipstation-1024x576.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">LTL<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">LTL Create Shipments<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Manage large-scale, heavy-freight, and Less-Than-Truckload shipments alongside your standard orders.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94502\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94502,\"title\":\"Order Management\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=order-management\",\"excerpt\":\"Eliminate manual order processing to focus on growing your business instead of performing tedious tasks.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/order-management-centralize-and-process-orders-from-multiple-channels-1024x576.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/tz0tlar5sv5y?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Eliminate manual order processing to focus on growing your business instead of performing tedious tasks.<\\\/p>\\n\",\"categories\":[{\"id\":13711,\"name\":\"Order Management\",\"slug\":\"order-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Order Management\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/order-management-centralize-and-process-orders-from-multiple-channels-1024x576.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Order Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Order Management<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Eliminate manual order processing to focus on growing your business instead of performing tedious tasks.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94497\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94497,\"title\":\"Product Navigation\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=product-navigation\",\"excerpt\":\"Breeze through daily tasks by letting our smart AI assistant instantly find and pull up exactly what you need.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ask-shipstation-ai-assistant-navigate-automate-and-create-documents-1-1024x556.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/dq0caxkgvtye?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Breeze through daily tasks by letting our smart AI assistant instantly find and pull up exactly what you need.<\\\/p>\\n\",\"categories\":[{\"id\":13710,\"name\":\"Ask ShipStation\",\"slug\":\"ask-shipstation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Product Navigation\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/ask-shipstation-ai-assistant-navigate-automate-and-create-documents-1-1024x556.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Ask ShipStation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Product Navigation<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Breeze through daily tasks by letting our smart AI assistant instantly find and pull up exactly what you need.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94492\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94492,\"title\":\"Automations Hub\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=automations-hub\",\"excerpt\":\"Optimize your shipping automation from a centralized dashboard using customizable templates.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-automation-order-processing-and-shipping-rules-setup-1-1024x469.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/4e5xrcpgirhu?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Optimize your shipping automation from a centralized dashboard using customizable templates.<\\\/p>\\n\",\"categories\":[{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Automations Hub\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-automation-order-processing-and-shipping-rules-setup-1-1024x469.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Automations Hub<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Optimize your shipping automation from a centralized dashboard using customizable templates.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94475\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94475,\"title\":\"Document Customization\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=document-customization\",\"excerpt\":\"Use the built-in HTML editor to design packing slips that automatically display dynamic order info.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-customize-packing-slips-in-shipstation-with-html-or-ai-prompts-1024x534.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/asnrafuqxhqd?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Use the built-in HTML editor to design packing slips that automatically display dynamic order info.<\\\/p>\\n\",\"categories\":[{\"id\":13708,\"name\":\"Warehouse Management\",\"slug\":\"warehouse-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Document Customization\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-customize-packing-slips-in-shipstation-with-html-or-ai-prompts-1024x534.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Warehouse Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Document Customization<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Use the built-in HTML editor to design packing slips that automatically display dynamic order info.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94470\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94470,\"title\":\"Pick-to-Tote\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=pick-to-tote\",\"excerpt\":\"Boost warehouse efficiency by organizing picking routes and assigning multiple orders to specific batches and totes.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pick-to-tote-warehouse-management-in-shipstation-1024x538.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/lo3ay2fjrsh7?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Boost warehouse efficiency by organizing picking routes and assigning multiple orders to specific batches and totes.<\\\/p>\\n\",\"categories\":[{\"id\":13708,\"name\":\"Warehouse Management\",\"slug\":\"warehouse-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Pick-to-Tote\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/pick-to-tote-warehouse-management-in-shipstation-1024x538.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Warehouse Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Pick-to-Tote<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Boost warehouse efficiency by organizing picking routes and assigning multiple orders to specific batches and totes.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94465\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94465,\"title\":\"Scan to Verify\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=scan-to-verify\",\"excerpt\":\"Guarantee accurate shipments by using barcode verification to ensure the right products get packed and shipped.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/barcode-scanning-and-order-verification-in-shipstation-1-1024x501.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/pmp12uojuwlo?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Guarantee accurate shipments by using barcode verification to ensure the right products get packed and shipped.<\\\/p>\\n\",\"categories\":[{\"id\":13708,\"name\":\"Warehouse Management\",\"slug\":\"warehouse-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Scan to Verify\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/barcode-scanning-and-order-verification-in-shipstation-1-1024x501.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Warehouse Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Scan to Verify<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Guarantee accurate shipments by using barcode verification to ensure the right products get packed and shipped.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94415\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94415,\"title\":\"Orders and Shipping Dashboards\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=orders-and-shipping-dashboards\",\"excerpt\":\"Monitor daily order volumes, spot carrier delays, and track fulfillment timelines to keep operations running smoothly.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-analytics-dashboards-shipments-costs-and-order-tracking-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/vpouzlkyemkr?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Monitor daily order volumes, spot carrier delays, and track fulfillment timelines to keep operations running smoothly.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Orders and Shipping Dashboards\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-analytics-dashboards-shipments-costs-and-order-tracking-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Orders and Shipping Dashboards<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Monitor daily order volumes, spot carrier delays, and track fulfillment timelines to keep operations running smoothly.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94410\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94410,\"title\":\"Delivery Options at Checkout\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=delivery-options-at-checkout\",\"excerpt\":\"Boost conversion at checkout by letting customers choose their preferred delivery service.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/configure-shipping-rates-and-checkout-options-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/7ij3bfm2qfka?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Boost conversion at checkout by letting customers choose their preferred delivery service.<\\\/p>\\n\",\"categories\":[{\"id\":13706,\"name\":\"Checkout Experience\",\"slug\":\"checkout-experience\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Delivery Options at Checkout\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/configure-shipping-rates-and-checkout-options-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Checkout Experience<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Delivery Options at Checkout<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Boost conversion at checkout by letting customers choose their preferred delivery service.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94405\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94405,\"title\":\"Custom Dashboards\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=custom-dashboards\",\"excerpt\":\"Dive into your operational metrics and build dashboards tailored to whatever matters most to you.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-create-and-use-automation-rules-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/9jf05phzkhip?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Dive into your operational metrics and build dashboards tailored to whatever matters most to you.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Custom Dashboards\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-create-and-use-automation-rules-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Custom Dashboards<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Dive into your operational metrics and build dashboards tailored to whatever matters most to you.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94400\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94400,\"title\":\"&#8220;Ask My Data&#8221;\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=ask-my-data\",\"excerpt\":\"Use conversational AI to get actionable business insights without digging through spreadsheets.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/automate-order-fulfillment-and-compare-carrier-rates-with-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/henlrbus4u8m?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Use conversational AI to get actionable business insights without digging through spreadsheets.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open &#8220;Ask My Data&#8221;\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/automate-order-fulfillment-and-compare-carrier-rates-with-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">&#8220;Ask My Data&#8221;<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Use conversational AI to get actionable business insights without digging through spreadsheets.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94395\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94395,\"title\":\"Returns Policy Settings\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=returns-policy-settings\",\"excerpt\":\"Customize your return policy and settings to align perfectly with your business operations.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-configure-automated-returns-management-rules-and-workflows-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/nuhzyu4onotk?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Customize your return policy and settings to align perfectly with your business operations.<\\\/p>\\n\",\"categories\":[{\"id\":13703,\"name\":\"Returns and Exchanges\",\"slug\":\"returns-and-exchanges\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Returns Policy Settings\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-configure-automated-returns-management-rules-and-workflows-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Returns and Exchanges<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Returns Policy Settings<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Customize your return policy and settings to align perfectly with your business operations.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94390\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94390,\"title\":\"Returns Management Dashboard\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=returns-management-dashboard\",\"excerpt\":\"Efficiently track, analyze, and manage returns while reducing fraud in one powerful, centralized dashboard.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/managing-order-approvals-and-returns-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/ppdzkzbtqyas?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Efficiently track, analyze, and manage returns while reducing fraud in one powerful, centralized dashboard.<\\\/p>\\n\",\"categories\":[{\"id\":13703,\"name\":\"Returns and Exchanges\",\"slug\":\"returns-and-exchanges\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Returns Management Dashboard\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/managing-order-approvals-and-returns-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Returns and Exchanges<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Returns Management Dashboard<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Efficiently track, analyze, and manage returns while reducing fraud in one powerful, centralized dashboard.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94385\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94385,\"title\":\"Customer Portal\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=customer-portal\",\"excerpt\":\"Unlock powerful new upsell opportunities with a branded customer portal for order tracking, returns, and exchanges.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-manage-product-returns-and-exchanges-with-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/1hntrfsfptgs?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Unlock powerful new upsell opportunities with a branded customer portal for order tracking, returns, and exchanges.<\\\/p>\\n\",\"categories\":[{\"id\":13703,\"name\":\"Returns and Exchanges\",\"slug\":\"returns-and-exchanges\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Customer Portal\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-manage-product-returns-and-exchanges-with-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Returns and Exchanges<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Customer Portal<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Unlock powerful new upsell opportunities with a branded customer portal for order tracking, returns, and exchanges.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94380\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94380,\"title\":\"No box or label returns\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=no-box-or-label-returns\",\"excerpt\":\"Delight buyers with effortless, box-free returns that eliminate friction and secure repeat purchases.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/configure-shipstation-returns-and-store-settings-for-order-fulfillment-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/njhmkq30co3l?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Delight buyers with effortless, box-free returns that eliminate friction and secure repeat purchases.<\\\/p>\\n\",\"categories\":[{\"id\":13703,\"name\":\"Returns and Exchanges\",\"slug\":\"returns-and-exchanges\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open No box or label returns\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/configure-shipstation-returns-and-store-settings-for-order-fulfillment-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Returns and Exchanges<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">No box or label returns<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Delight buyers with effortless, box-free returns that eliminate friction and secure repeat purchases.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94375\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94375,\"title\":\"Connect a Selling Channel\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=adding-a-store-tiktok\",\"excerpt\":\"Connect TikTok Shop to ShipStation and Ship Orders.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/connect-tiktok-shop-to-shipstation-and-ship-orders-1024x559.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/4be0e1b7ybyn?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Connect TikTok Shop to ShipStation and Ship Orders.<\\\/p>\\n\",\"categories\":[{\"id\":13702,\"name\":\"ShipStation 101\",\"slug\":\"shipstation-101\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Connect a Selling Channel\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/connect-tiktok-shop-to-shipstation-and-ship-orders-1024x559.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">ShipStation 101<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Connect a Selling Channel<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Connect TikTok Shop to ShipStation and Ship Orders.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94420\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94420,\"title\":\"Custom Branding\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=custom-branding\",\"excerpt\":\"Bring delight to every order. Customize labels, packing slips, and tracking pages with your brand identity.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-add-brand-customization-to-shipping-and-returns-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/vfyt2rebwshe?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Bring delight to every order. Customize labels, packing slips, and tracking pages with your brand identity.<\\\/p>\\n\",\"categories\":[{\"id\":13705,\"name\":\"Branding\",\"slug\":\"branding\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Custom Branding\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-add-brand-customization-to-shipping-and-returns-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Branding<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Custom Branding<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Bring delight to every order. Customize labels, packing slips, and tracking pages with your brand identity.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94425\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94425,\"title\":\"Insurance\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=insurance\",\"excerpt\":\"Safeguard your bottom line and add peace of mind to every shipment with reliable, integrated shipping insurance.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/automating-shipping-insurance-rules-in-shipstation-1-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/ilmerdjmesev?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Safeguard your bottom line and add peace of mind to every shipment with reliable, integrated shipping insurance.<\\\/p>\\n\",\"categories\":[{\"id\":13706,\"name\":\"Checkout Experience\",\"slug\":\"checkout-experience\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Insurance\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/automating-shipping-insurance-rules-in-shipstation-1-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Checkout Experience<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Insurance<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Safeguard your bottom line and add peace of mind to every shipment with reliable, integrated shipping insurance.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94430\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94430,\"title\":\"Forecasting and Reordering\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=forecasting-and-reordering\",\"excerpt\":\"Avoid inventory shortages and costly overstocks. Use intelligent forecasting to order exactly what you need and keep your shelves balanced.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-inventory-forecasting-and-purchase-order-management-1-1024x418.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/o78bw9wa5bfq?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Avoid inventory shortages and costly overstocks. Use intelligent forecasting to order exactly what you need and keep your shelves balanced.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Forecasting and Reordering\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-inventory-forecasting-and-purchase-order-management-1-1024x418.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Forecasting and Reordering<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Avoid inventory shortages and costly overstocks. Use intelligent forecasting to order exactly what you need and keep your shelves balanced.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94435\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94435,\"title\":\"Inventory Sync\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=inventory-sync\",\"excerpt\":\"Prevent overselling by keeping stock levels perfectly aligned across all your sales channels automatically.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-inventory-management-and-multi-channel-sync-setup-1-1024x418.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/7lwckl1xwdpu?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Prevent overselling by keeping stock levels perfectly aligned across all your sales channels automatically.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Inventory Sync\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-inventory-management-and-multi-channel-sync-setup-1-1024x418.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Inventory Sync<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Prevent overselling by keeping stock levels perfectly aligned across all your sales channels automatically.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94440\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94440,\"title\":\"Scan to Receive\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=scan-to-receive\",\"excerpt\":\"Instantly receive and log new inventory using fast barcode scanning on both desktop and mobile devices.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/receive-and-log-warehouse-inventory-using-barcode-scanning-1-1024x494.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/dtjknvua4wcw?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Instantly receive and log new inventory using fast barcode scanning on both desktop and mobile devices.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Scan to Receive\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/receive-and-log-warehouse-inventory-using-barcode-scanning-1-1024x494.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Scan to Receive<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Instantly receive and log new inventory using fast barcode scanning on both desktop and mobile devices.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94445\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94445,\"title\":\"Lot Tracking\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=lot-tracking\",\"excerpt\":\"Protect your brand with total product visibility. Track batches easily for quality control and zero-stress compliance.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/track-product-batches-and-run-recalls-with-lot-tracking-1-1024x469.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/v3edvivwic0t?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Protect your brand with total product visibility. Track batches easily for quality control and zero-stress compliance.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Lot Tracking\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/track-product-batches-and-run-recalls-with-lot-tracking-1-1024x469.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Lot Tracking<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Protect your brand with total product visibility. Track batches easily for quality control and zero-stress compliance.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94450\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94450,\"title\":\"Bundles\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=bundles\",\"excerpt\":\"Increase average order value and move inventory faster than ever by grouping products into high-margin bundles.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/creating-and-managing-product-bundles-in-shipstation-1-1024x469.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/uutsbqxeqlxn?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Increase average order value and move inventory faster than ever by grouping products into high-margin bundles.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Bundles\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/creating-and-managing-product-bundles-in-shipstation-1-1024x469.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Bundles<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Increase average order value and move inventory faster than ever by grouping products into high-margin bundles.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94455\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94455,\"title\":\"Stock Transfers\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=stock-transfers\",\"excerpt\":\"Keep stock moving smoothly and reduce warehouse friction by coordinating inventory across multiple locations.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-transfer-inventory-between-warehouse-locations-in-shipstation-1-1024x576.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/t56awwrqyn4e?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Keep stock moving smoothly and reduce warehouse friction by coordinating inventory across multiple locations.<\\\/p>\\n\",\"categories\":[{\"id\":13707,\"name\":\"Inventory Management\",\"slug\":\"inventory-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Stock Transfers\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-transfer-inventory-between-warehouse-locations-in-shipstation-1-1024x576.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Inventory Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Stock Transfers<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Keep stock moving smoothly and reduce warehouse friction by coordinating inventory across multiple locations.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94460\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94460,\"title\":\"Mobile Picking\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=mobile-picking\",\"excerpt\":\"Boost speed and accuracy with digital batch, multi-item, and single order mobile picking.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mobile-picking-with-pick-to-tote-in-shipstation-1-1024x569.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/1oercxwc5pe8?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Boost speed and accuracy with digital batch, multi-item, and single order mobile picking.<\\\/p>\\n\",\"categories\":[{\"id\":13708,\"name\":\"Warehouse Management\",\"slug\":\"warehouse-management\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Mobile Picking\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/mobile-picking-with-pick-to-tote-in-shipstation-1-1024x569.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Warehouse Management<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Mobile Picking<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Boost speed and accuracy with digital batch, multi-item, and single order mobile picking.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94611\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94611,\"title\":\"Code Assist &#8211; API\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=code-assist\",\"excerpt\":\"Help your tech team build processes faster and hit production sooner using AI-powered tools.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-api-code-assist-generate-shipping-integration-code-1-1024x514.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/jbqyqjxqvjnd?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Help your tech team build processes faster and hit production sooner using AI-powered tools.<\\\/p>\\n\",\"categories\":[{\"id\":13717,\"name\":\"API\",\"slug\":\"api\"},{\"id\":13710,\"name\":\"Ask ShipStation\",\"slug\":\"ask-shipstation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Code Assist &#8211; API\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-api-code-assist-generate-shipping-integration-code-1-1024x514.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">API<\/span>\n                                                                                                    <span class=\"topic-tag\">Ask ShipStation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Code Assist &#8211; API<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Help your tech team build processes faster and hit production sooner using AI-powered tools.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94606\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94606,\"title\":\"Rate Shopper &#8211; API\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=rate-shopper-2\",\"excerpt\":\"Get the most cost-effective shipping rate on every single package, every time, at scale.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/compare-multi-carrier-shipping-rates-with-shipstation-api-1-1024x516.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/q9nma7rjvkax?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Get the most cost-effective shipping rate on every single package, every time, at scale.<\\\/p>\\n\",\"categories\":[{\"id\":13717,\"name\":\"API\",\"slug\":\"api\"},{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Rate Shopper &#8211; API\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/compare-multi-carrier-shipping-rates-with-shipstation-api-1-1024x516.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">API<\/span>\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Rate Shopper &#8211; API<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Get the most cost-effective shipping rate on every single package, every time, at scale.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94601\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94601,\"title\":\"Automation Rules &#8211; API\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=automation-rules-2\",\"excerpt\":\"Cut manual work and save time by automating your repetitive shipping tasks and daily workflows.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/automate-your-logistics-with-shipstation-api-rules-1-1024x486.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/9vicbeyq0vyq?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Cut manual work and save time by automating your repetitive shipping tasks and daily workflows.<\\\/p>\\n\",\"categories\":[{\"id\":13717,\"name\":\"API\",\"slug\":\"api\"},{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Automation Rules &#8211; API\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/automate-your-logistics-with-shipstation-api-rules-1-1024x486.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">API<\/span>\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Automation Rules &#8211; API<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Cut manual work and save time by automating your repetitive shipping tasks and daily workflows.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94596\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94596,\"title\":\"Role-Based Dashboards &#8211; API\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=dashboards\",\"excerpt\":\"Get a tailored dashboard showing the exact insights that matter most to your role.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-api-dashboard-monitor-shipping-performance-and-operations-1-1024x524.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/kpuxntxz3bkj?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Get a tailored dashboard showing the exact insights that matter most to your role.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"},{\"id\":13717,\"name\":\"API\",\"slug\":\"api\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Role-Based Dashboards &#8211; API\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-api-dashboard-monitor-shipping-performance-and-operations-1-1024x524.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                                    <span class=\"topic-tag\">API<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Role-Based Dashboards &#8211; API<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Get a tailored dashboard showing the exact insights that matter most to your role.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94591\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94591,\"title\":\"Dashboards &#8211; API\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=dashboards-2\",\"excerpt\":\"Track carrier and shipping performance alongside API and system health with specialized dashboards.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shipstation-api-analytics-track-shipping-performance-and-costs-1-1024x763.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/chax8gh7rzfr?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Track carrier and shipping performance alongside API and system health with specialized dashboards.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"},{\"id\":13717,\"name\":\"API\",\"slug\":\"api\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Dashboards &#8211; API\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/shipstation-api-analytics-track-shipping-performance-and-costs-1-1024x763.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                                    <span class=\"topic-tag\">API<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Dashboards &#8211; API<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Track carrier and shipping performance alongside API and system health with specialized dashboards.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94622\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94622,\"title\":\"Delivered Duty Paid Services\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=delivered-duty-paid-services\",\"excerpt\":\"Help eliminate fee surprises for international customers using GlobalPost\\u2019s Delivered Duty Paid services.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/globalpost-ddp-services-setup-and-rate-comparison-in-shipstation-1-1024x522.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/h5nxfl6ytqgb?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Help eliminate fee surprises for international customers using GlobalPost\\u2019s Delivered Duty Paid services.<\\\/p>\\n\",\"categories\":[{\"id\":13713,\"name\":\"Duties and Taxes\",\"slug\":\"duties-and-taxes\"},{\"id\":13716,\"name\":\"GlobalPost\",\"slug\":\"globalpost\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Delivered Duty Paid Services\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/globalpost-ddp-services-setup-and-rate-comparison-in-shipstation-1-1024x522.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Duties and Taxes<\/span>\n                                                                                                    <span class=\"topic-tag\">GlobalPost<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Delivered Duty Paid Services<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Help eliminate fee surprises for international customers using GlobalPost\u2019s Delivered Duty Paid services.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94627\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94627,\"title\":\"Low Cost International Shipping\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=low-cost-international-shipping\",\"excerpt\":\"Find the best rate by comparing GlobalPost international shipping rates alongside other carrier options.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/international-shipping-rates-with-globalpost-in-shipstation-1-1024x523.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/1yvagjsdhgs2?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Find the best rate by comparing GlobalPost international shipping rates alongside other carrier options.<\\\/p>\\n\",\"categories\":[{\"id\":13709,\"name\":\"Automation\",\"slug\":\"automation\"},{\"id\":13716,\"name\":\"GlobalPost\",\"slug\":\"globalpost\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Low Cost International Shipping\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/international-shipping-rates-with-globalpost-in-shipstation-1-1024x523.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Automation<\/span>\n                                                                                                    <span class=\"topic-tag\">GlobalPost<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Low Cost International Shipping<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Find the best rate by comparing GlobalPost international shipping rates alongside other carrier options.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94637\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94637,\"title\":\"Predictive Delivery\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=predictive-delivery\",\"excerpt\":\"Offer better visibility with predictive delivery timelines across global borders with advanced tracking data.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/globalpost-plus-package-tracking-with-predictive-delivery-dates-1-1024x511.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/cam1a8quuvuo?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p><span style=\\\"font-size: revert;\\\">Offer better visibility with predictive delivery timelines across global borders with advanced tracking data.<\\\/span><\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"},{\"id\":13716,\"name\":\"GlobalPost\",\"slug\":\"globalpost\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Predictive Delivery\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/globalpost-plus-package-tracking-with-predictive-delivery-dates-1-1024x511.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                                    <span class=\"topic-tag\">GlobalPost<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Predictive Delivery<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Offer better visibility with predictive delivery timelines across global borders with advanced tracking data.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94642\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94642,\"title\":\"Invoicing\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=invoicing\",\"excerpt\":\"Simplify your accounting by using a flexible net 30 invoicing option when managing your GlobalPost carrier account.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/how-to-link-globalpost-account-to-shipstation-and-access-invoices-1-1024x522.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/b40eb9f9xuxy?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p><span style=\\\"font-size: revert;\\\">Simplify your accounting by using a flexible net 30 invoicing option when managing your GlobalPost carrier account<\\\/span>.<\\\/p>\\n\",\"categories\":[{\"id\":13716,\"name\":\"GlobalPost\",\"slug\":\"globalpost\"},{\"id\":13714,\"name\":\"Invoicing\",\"slug\":\"invoicing\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Invoicing\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/how-to-link-globalpost-account-to-shipstation-and-access-invoices-1-1024x522.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">GlobalPost<\/span>\n                                                                                                    <span class=\"topic-tag\">Invoicing<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Invoicing<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Simplify your accounting by using a flexible net 30 invoicing option when managing your GlobalPost carrier account.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94632\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94632,\"title\":\"Global Direct Entry\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=global-direct-entry\",\"excerpt\":\"Deliver to your U.S. customers compliantly with USPS Ground Advantage\\u2122 &amp; Priority Mail\\u00ae.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/generate-usps-domestic-labels-for-u-s-imports-with-globalpost-gde-1-1024x522.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/prn7pq2htlch?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Deliver to your U.S. customers compliantly with USPS Ground Advantage\\u2122 &amp; Priority Mail\\u00ae.<\\\/p>\\n\",\"categories\":[{\"id\":13715,\"name\":\"Compliant Shipping\",\"slug\":\"compliant-shipping\"},{\"id\":13716,\"name\":\"GlobalPost\",\"slug\":\"globalpost\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Global Direct Entry\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/generate-usps-domestic-labels-for-u-s-imports-with-globalpost-gde-1-1024x522.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Compliant Shipping<\/span>\n                                                                                                    <span class=\"topic-tag\">GlobalPost<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Global Direct Entry<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Deliver to your U.S. customers compliantly with USPS Ground Advantage\u2122 &amp; Priority Mail\u00ae.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                    <article class=\"posts-grid-card\" data-post-id=\"94723\">\n                                <script type=\"application\/json\" class=\"posts-grid-card__data\">{\"id\":94723,\"title\":\"Analyze Carrier Performance and Optimize Shipping Costs\",\"permalink\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/?shipshape_demo=analyze-carrier-performance-and-optimize-shipping-costs\",\"excerpt\":\"Maximize overall profitability by tracking shipping spend, return costs, and financial health in one clear place.\",\"thumbnail\":\"https:\\\/\\\/www.shipstation.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/analyze-carrier-performance-and-optimize-shipping-costs-1024x867.png\",\"embed\":\"<div class=\\\"sl-embed\\\" style=\\\"position:relative;padding-bottom:calc(56.25% + 25px);width:100%;height:0\\\"><iframe loading=\\\"lazy\\\" class=\\\"sl-demo\\\" src=\\\"https:\\\/\\\/auctane.storylane.io\\\/demo\\\/wctvdbi2o8dh?embed=inline\\\" name=\\\"sl-embed\\\" allow=\\\"fullscreen\\\" allowfullscreen style=\\\"position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:10px\\\"><\\\/iframe><\\\/div>\",\"description\":\"\\n<p>Maximize overall profitability by tracking shipping spend, return costs, and financial health in one clear place.<\\\/p>\\n\",\"categories\":[{\"id\":13704,\"name\":\"Analytics\",\"slug\":\"analytics\"}]}<\/script>\n                                                                    <button type=\"button\" class=\"posts-grid-card__open\" aria-label=\"Open Analyze Carrier Performance and Optimize Shipping Costs\">\n                                                                                                            <div class=\"posts-grid-card__thumb\">\n                                            <img decoding=\"async\" src=\"https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/06\/analyze-carrier-performance-and-optimize-shipping-costs-1024x867.png\" alt=\"\" loading=\"lazy\" \/>\n                                                                                            <span class=\"posts-grid-card__play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M9 7.5 17 12 9 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\/><\/svg><\/span>\n                                                                                    <\/div>\n                                                                        <div class=\"posts-grid-card__content\">\n                                                                                    <p class=\"posts-grid-card__category\">\n                                                                                                    <span class=\"topic-tag\">Analytics<\/span>\n                                                                                            <\/p>\n                                                                                <h3 class=\"posts-grid-card__title\">Analyze Carrier Performance and Optimize Shipping Costs<\/h3>\n                                                                                    <p class=\"posts-grid-card__excerpt\">Maximize overall profitability by tracking shipping spend, return costs, and financial health in one clear place.<\/p>\n                                                                            <\/div>\n                                                                    <\/button>\n                                                            <\/article>\n                                                            <\/div>\n\n                <p class=\"posts-grid-view__empty\" hidden>No posts match your filters.<\/p>\n\n                \n                                    <div class=\"posts-grid-modal\" hidden aria-hidden=\"true\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"grid-112cc25b-81e7-4b60-9dde-a8b73bb70392-modal-title\">\n                        <div class=\"posts-grid-modal__backdrop\" data-grid-modal-close><\/div>\n                        <div class=\"posts-grid-modal__dialog\">\n                            <button type=\"button\" class=\"posts-grid-modal__close\" aria-label=\"Close\" data-grid-modal-close>\u00d7<\/button>\n                            <div class=\"posts-grid-modal__body\">\n                                <div class=\"posts-grid-modal__embed\"><\/div>\n                                <div class=\"posts-grid-modal__meta\">\n                                    <h2 class=\"posts-grid-modal__title\" id=\"grid-112cc25b-81e7-4b60-9dde-a8b73bb70392-modal-title\"><\/h2>\n                                    <div class=\"posts-grid-modal__description\"><\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n\n                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"wp-block-shipstation-form block not-prose\">\n    <div class=\"bg-cobalt-lightest background--full content-theme--light \">\n        <div class=\"container\">\n            <div class=\"form-columns form-layout--one-column content-align-top\">\n                \n                <div class=\"form\">\n                    <div class=\"form-content\">\n                        \n<p><script type=\"text\/javascript\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.form\/4.3.0\/jquery.form.min.js\"\n    integrity=\"sha384-qlmct0AOBiA2VPZkMY3+2WqkHtIQ9lSdAsAn5RUJD\/3vA5MKDgSGcdmIv4ycVxyn\" crossorigin=\"anonymous\">\n<\/script>\n<script type=\"text\/javascript\" src=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/js\/jquery.browser.js\"><\/script>\n<script type=\"text\/javascript\" src=\"\/\/ajax.aspnetcdn.com\/ajax\/jquery.validate\/1.19.3\/jquery.validate.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\"\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-cookie\/1.3.1\/jquery.cookie.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/vue@2.6.12\"><\/script>\n<!-- reCAPTCHA will be lazy-loaded via recaptcha-loader.js (see below) -->\n\n\n<div class=\"signup-form-container\"\n    style=\"--backgroundColor: #FFFFFF; --textColor: #2F3657; --headingColor: #2E3657;\">\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/build\/theme\/index.css?v=1782617269\">\n    <div id=\"signup_form\" v-if=\"content\">\n        <section id=\"signup\">\n            <h3 class=\"form-title\">Ready to try ShipStation?<br \/>Create an account and start your free trial.<\/h3>\n            <div class=\"register-form\">\n                <form class=\"container\" id=\"registration-form\" method=\"POST\" v-on:submit.prevent>\n                    <fieldset>\n                        <div v-if=\"ssoOnboarding\">\n                                                    <\/div>\n                        <div v-if=\"splitForm.enabled\">\n                            <div v-show=\"splitForm.currentSection === 1\">\n                                <div ref=\"name\" class=\"form-layout container form-names\">\n    <div v-show=\"showField('firstName')\" class=\"row error-container\">\n        <label for=\"reg-fname\"><span>First Name<\/span> <em>*<\/em><\/label>\n        <input v-model=\"firstName\" id=\"reg-fname\" class=\"required\" name=\"firstName\" size=\"24\" maxlength=\"22\" type=\"text\" placeholder=\"\" required \/>\n    <\/div>\n    <div v-show=\"showField('lastName')\" class=\"row error-container\">\n        <label for=\"reg-lname\"><span>Last Name<\/span> <em>*<\/em><\/label>\n        <input v-model=\"lastName\" id=\"reg-lname\" class=\"required\" name=\"lastName\" size=\"24\" maxlength=\"22\" type=\"text\" placeholder=\"\" required \/>\n    <\/div>\n<\/div><div class=\"row error-container\" v-show=\"showField('email')\">\n    <label for=\"email\"><span>Email<\/span> <em>*<\/em><\/label>\n    <input v-model=\"email\" id=\"email\" class=\"required\" spellcheck=\"false\" maxlength=\"255\" name=\"email\" type=\"email\" placeholder=\"\" required \/>\n<\/div><div class=\"row custom-select\" v-show=\"showField('country')\">\n    <label for=\"country\" class=\"sr-only\">\n        <span>Country<\/span>\n        <em>*<\/em>\n    <\/label>\n    <select id=\"country\" v-model=\"country\" name=\"countryCode\" class=\"default\" required>\n        <option value=\"\" disabled selected>Select your shipping origin country<\/option>\n        <option value=\"US\">United States<\/option>\n        <option value=\"CA\">Canada<\/option>\n        <option value=\"AU\">Australia<\/option>\n        <option value=\"NZ\">New Zealand<\/option>\n        <option value=\"GB\">United Kingdom<\/option>\n        <option value=\"FR\">France<\/option>\n        <option value=\"DE\">Germany<\/option>\n        <option value=\"Other\">Other<\/option>\n    <\/select>\n<\/div><div ref=\"company\" class=\"row error-container container\" v-show=\"showField('company')\">\n    <label for=\"reg-compname\"><span>Company<\/span><em v-if=\"companyRequired.includes(country)\"> *<\/em><\/label>\n    <input v-model=\"company\" id=\"reg-compname\" maxlength=\"50\" name=\"companyName\" type=\"text\" \/>\n<\/div>\n<div class=\"hdyhau-autocomplete-wrapper row\" v-show=\"showField('howDidYouHearAboutUs')\" data-test-variant=\"autocomplete\">\n\t<label for=\"howdidyouhearaboutus\">\n\t\t<span>How did you hear about us?<\/span>\n\t\t\t<\/label>\n\t\n\t<input \n\t\ttype=\"text\" \n\t\tid=\"howdidyouhearaboutus\" \n\t\tname=\"answers[0]\"\n\t\tv-model=\"howDidYouHearAboutUs\"\n\t\tmaxlength=\"100\"\n\t\tautocomplete=\"off\"\n\t\tplaceholder=\"TV, ChatGPT, The Business Movers Podcast, Shopify App Store?\"\n\t\t\t\/>\n\t\n\t<div class=\"hdyhau-suggestions\"><\/div>\n\t\n\t<input name=\"questions[0]\" type=\"hidden\" value=\"How did you hear about us?\">\n<\/div>\n<div class=\"row\" id=\"reg-submit\">\n    <input v-on:click=\"handleContinue\" id=\"continue-button\" class=\"btn translate\" name=\"continue\" type=\"submit\" value=\"Continue\" \/>\n<\/div>\n                            <\/div>\n                            <div v-show=\"splitForm.currentSection === 2\">\n                                <div ref=\"phone\" class=\"row error-container\" v-show=\"showField('phone')\">\n    <label for=\"phone\"><span>Phone<\/span><em v-if=\"phoneNumberRequired.includes(country)\"> *<\/em><\/label>\n    <input v-model=\"phone\" @input=\"restrictToNumbers\" id=\"phone\" name=\"phone\" type=\"tel\" placeholder=\"\" inputmode=\"tel\" \/>\n<\/div>\n<div ref=\"shipmentVolume\" class=\"row custom-select\" v-show=\"showField('shipmentVolume')\">\n    <label for=\"shipment_volume\"><span>Select your current number of shipments per month<\/span> <em>*<\/em><\/label>\n    <select v-model=\"shipmentVolume\" id=\"shipment_volume\" name=\"shipment_volume\" class=\"default\" required=\"required\">\n        <option value=\"default\" disabled>Select your current number of shipments per month<\/option>\n        <option value=\"1\">I only need to ship one package<\/option>\n        <option value=\"50\">50 shipments or less, I&#8217;m just getting started<\/option>\n        <option value=\"500\">51-500 shipments<\/option>\n        <option value=\"1000\">501-1,000 shipments<\/option>\n        <option value=\"2000\">1,001-2,000 shipments<\/option>\n        <option value=\"5000\">2,001-5,000 shipments<\/option>\n        <option value=\"7500\">5,001-7,500 shipments<\/option>\n        <option value=\"7501\">7,501+ shipments<\/option>\n        <option value=\"0\">I don&#8217;t plan to ship anything<\/option>\n    <\/select>\n<\/div><div class=\"row\" v-show=\"showField('coupon')\">\n    <label for=\"coupon\">\n        <span>\n            Offer Code        <\/span>\n    <\/label>\n    <input id=\"coupon\" name=\"coupon\" size=\"24\" type=\"text\"\n        placeholder=\"\" \/>\n<\/div>\n<div class=\"row relative password-container\">\n    <label for=\"password\"><span>Password<\/span> <em>*<\/em><\/label>\n    <input\n        id=\"password\"\n        class=\"required pr-12\"\n        name=\"password\"\n        :type=\"showPassword ? 'text' : 'password'\"\n        v-model=\"password\"\n        required\n    >\n    <button\n      type=\"button\"\n      @click=\"toggleShowPassword\"\n      aria-label=\"Show \/ Hide password\"\n      class=\"toggle-password\"\n      :class=\"{ 'toggle-password--empty': password.length === 0 }\"\n    >\n      <!-- Conditionally render SVG icons based on showPassword state -->\n      <template v-if=\"showPassword\">\n        <!-- EyeSlashIcon -->\n        <svg\n            width=\"18\"\n            height=\"15\"\n            viewBox=\"0 0 18 15\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            aria-hidden=\"true\"\n            focusable=\"false\"\n        >\n            <path\n            d=\"M8.99991 11.25C6.86664 11.25 5.13977 9.59883 4.98086 7.50633L2.03056 5.22625C1.64272 5.71281 1.28581 6.22721 0.997811 6.78971C0.933473 6.91698 0.899952 7.05759 0.899952 7.20019C0.899952 7.3428 0.933473 7.48341 0.997811 7.61068C2.52303 10.5866 5.54252 12.6 8.99991 12.6C9.75675 12.6 10.4869 12.4875 11.1906 12.3058L9.73116 11.1766C9.49014 11.2232 9.24538 11.2478 8.99991 11.25ZM17.8261 12.8841L14.7169 10.4811C15.6613 9.68514 16.4381 8.70932 17.002 7.61039C17.0664 7.48313 17.0999 7.34252 17.0999 7.19991C17.0999 7.0573 17.0664 6.9167 17.002 6.78943C15.4768 3.81353 12.4573 1.80007 8.99991 1.80007C7.5519 1.80182 6.12741 2.16636 4.85655 2.86038L1.2785 0.0948548C1.23184 0.0585476 1.17848 0.0317904 1.12148 0.0161121C1.06448 0.000433765 1.00494 -0.00385832 0.946279 0.00348108C0.887616 0.0108205 0.830974 0.0296475 0.77959 0.0588864C0.728206 0.0881252 0.683088 0.127203 0.646812 0.173886L0.0947201 0.884602C0.0214824 0.978816 -0.0113349 1.09826 0.00348583 1.21667C0.0183066 1.33508 0.0795517 1.44275 0.173751 1.51601L16.7213 14.3052C16.768 14.3416 16.8213 14.3683 16.8783 14.384C16.9353 14.3997 16.9949 14.404 17.0535 14.3966C17.1122 14.3893 17.1688 14.3705 17.2202 14.3412C17.2716 14.312 17.3167 14.2729 17.353 14.2262L17.9054 13.5155C17.9786 13.4213 18.0114 13.3018 17.9965 13.1834C17.9816 13.065 17.9203 12.9573 17.8261 12.8841ZM12.659 8.89036L11.5537 8.03592C11.6467 7.7669 11.6961 7.4847 11.6999 7.20005C11.7054 6.78331 11.6131 6.3711 11.4303 5.99651C11.2476 5.62193 10.9796 5.29542 10.6478 5.04321C10.316 4.79101 9.92967 4.62013 9.51985 4.54431C9.11003 4.46849 8.68814 4.48984 8.28807 4.60665C8.45767 4.83646 8.54941 5.11444 8.54991 5.40006C8.54572 5.4951 8.53119 5.5894 8.5066 5.68131L6.43633 4.08128C7.15547 3.48031 8.06271 3.15076 8.99991 3.15006C9.53185 3.14977 10.0586 3.25432 10.5501 3.45775C11.0416 3.66117 11.4882 3.95948 11.8643 4.33562C12.2405 4.71175 12.5388 5.15834 12.7422 5.64984C12.9456 6.14134 13.0502 6.66812 13.0499 7.20005C13.0499 7.80839 12.9011 8.37539 12.659 8.89064V8.89036Z\"\n            fill=\"#637381\"\n            \/>\n        <\/svg>\n      <\/template>\n      <template v-else>\n        <!-- EyeIcon -->\n        <svg\n            width=\"18\"\n            height=\"12\"\n            viewBox=\"0 0 18 12\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            aria-hidden=\"true\"\n            focusable=\"false\"\n        >\n            <path\n            d=\"M8.99998 2.5C8.66877 2.50518 8.34001 2.5578 8.02373 2.65625C8.17003 2.91354 8.24793 3.20403 8.24998 3.5C8.24998 3.72981 8.20472 3.95738 8.11677 4.1697C8.02882 4.38202 7.89992 4.57493 7.73742 4.73744C7.57492 4.89994 7.382 5.02884 7.16968 5.11679C6.95736 5.20474 6.7298 5.25 6.49998 5.25C6.20402 5.24795 5.91352 5.17005 5.65623 5.02375C5.45324 5.72775 5.4769 6.47777 5.72386 7.16757C5.97081 7.85738 6.42855 8.452 7.03222 8.8672C7.6359 9.28241 8.35491 9.49715 9.08741 9.48101C9.81991 9.46487 10.5288 9.21867 11.1136 8.77728C11.6984 8.33589 12.1295 7.72169 12.3458 7.02168C12.5621 6.32167 12.5527 5.57133 12.3189 4.87696C12.0852 4.18258 11.6388 3.57937 11.0431 3.15277C10.4475 2.72616 9.73266 2.49779 8.99998 2.5ZM17.8912 5.54375C16.1965 2.23719 12.8415 0 8.99998 0C5.15842 0 1.80248 2.23875 0.108733 5.54406C0.037246 5.68547 0 5.8417 0 6.00016C0 6.15861 0.037246 6.31484 0.108733 6.45625C1.80342 9.76281 5.15842 12 8.99998 12C12.8415 12 16.1975 9.76125 17.8912 6.45594C17.9627 6.31453 18 6.1583 18 5.99984C18 5.84139 17.9627 5.68516 17.8912 5.54375ZM8.99998 10.5C5.91717 10.5 3.09092 8.78125 1.56467 6C3.09092 3.21875 5.91686 1.5 8.99998 1.5C12.0831 1.5 14.909 3.21875 16.4353 6C14.9094 8.78125 12.0831 10.5 8.99998 10.5Z\"\n            fill=\"#637381\"\n            \/>\n        <\/svg>\n      <\/template>\n    <\/button>\n<\/input>\n<\/div>\n<div class=\"row optin-consent-field\" style=\"display:none;\">\n    <label>\n        <input id=\"optin_consent\" name=\"optin_consent\" type=\"checkbox\" checked \/> I consent to receive personalised marketing communications    <\/label>\n<\/div><button v-on:click=\"handleBack\" type=\"button\" id=\"signup-back-btn\"><i class=\"fas fa-arrow-left\"><\/i>Back<\/button><div class=\"row\" id=\"reg-submit\">\n    <input id=\"save-button\" class=\"btn translate\" name=\"saveForm\" type=\"submit\" value=\"Get Started\" \/>\n    \n    <div class=\"row\">\n    <div class=\"terms\">\n        By clicking &#039;Get Started&#039;, you agree to our        <a id=\"sstos\" :href=\"content[country].privacy.tosURL || '\/terms-of-service'\" target=\"_blank\">\n            Terms        <\/a>\n        &amp;        <a id=\"sspp\" :href=\"content[country].privacy.privacyURL || '\/privacy-policy'\" target=\"_blank\">\n            Privacy Policy        <\/a>\n        and        <a id=\"sscarriers\" href=\"\/carriers-terms-of-service\/\" target=\"_blank\">\n            Carriers&#039; Terms        <\/a>.\n    <\/div>\n\n    <div id=\"recaptcha-legal\" style=\"display:none;\">\n        This site is protected by reCAPTCHA and the Google\n        <a href=\"https:\/\/policies.google.com\/privacy\">Privacy Policy<\/a> and\n        <a href=\"https:\/\/policies.google.com\/terms\">Terms of Service apply.<\/a>\n    <\/div>\n<\/div>    \n    <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div v-else>\n                            <div class=\"row custom-select\" v-show=\"showField('country')\">\n    <label for=\"country\" class=\"sr-only\">\n        <span>Country<\/span>\n        <em>*<\/em>\n    <\/label>\n    <select id=\"country\" v-model=\"country\" name=\"countryCode\" class=\"default\" required>\n        <option value=\"\" disabled selected>Select your shipping origin country<\/option>\n        <option value=\"US\">United States<\/option>\n        <option value=\"CA\">Canada<\/option>\n        <option value=\"AU\">Australia<\/option>\n        <option value=\"NZ\">New Zealand<\/option>\n        <option value=\"GB\">United Kingdom<\/option>\n        <option value=\"FR\">France<\/option>\n        <option value=\"DE\">Germany<\/option>\n        <option value=\"Other\">Other<\/option>\n    <\/select>\n<\/div><div ref=\"name\" class=\"form-layout container form-names\">\n    <div v-show=\"showField('firstName')\" class=\"row error-container\">\n        <label for=\"reg-fname\"><span>First Name<\/span> <em>*<\/em><\/label>\n        <input v-model=\"firstName\" id=\"reg-fname\" class=\"required\" name=\"firstName\" size=\"24\" maxlength=\"22\" type=\"text\" placeholder=\"\" required \/>\n    <\/div>\n    <div v-show=\"showField('lastName')\" class=\"row error-container\">\n        <label for=\"reg-lname\"><span>Last Name<\/span> <em>*<\/em><\/label>\n        <input v-model=\"lastName\" id=\"reg-lname\" class=\"required\" name=\"lastName\" size=\"24\" maxlength=\"22\" type=\"text\" placeholder=\"\" required \/>\n    <\/div>\n<\/div><div ref=\"company\" class=\"row error-container container\" v-show=\"showField('company')\">\n    <label for=\"reg-compname\"><span>Company<\/span><em v-if=\"companyRequired.includes(country)\"> *<\/em><\/label>\n    <input v-model=\"company\" id=\"reg-compname\" maxlength=\"50\" name=\"companyName\" type=\"text\" \/>\n<\/div>                            <div class=\"form-layout container\">\n                                <div class=\"row error-container\" v-show=\"showField('email')\">\n    <label for=\"email\"><span>Email<\/span> <em>*<\/em><\/label>\n    <input v-model=\"email\" id=\"email\" class=\"required\" spellcheck=\"false\" maxlength=\"255\" name=\"email\" type=\"email\" placeholder=\"\" required \/>\n<\/div><div class=\"row relative password-container\">\n    <label for=\"password\"><span>Password<\/span> <em>*<\/em><\/label>\n    <input\n        id=\"password\"\n        class=\"required pr-12\"\n        name=\"password\"\n        :type=\"showPassword ? 'text' : 'password'\"\n        v-model=\"password\"\n        required\n    >\n    <button\n      type=\"button\"\n      @click=\"toggleShowPassword\"\n      aria-label=\"Show \/ Hide password\"\n      class=\"toggle-password\"\n      :class=\"{ 'toggle-password--empty': password.length === 0 }\"\n    >\n      <!-- Conditionally render SVG icons based on showPassword state -->\n      <template v-if=\"showPassword\">\n        <!-- EyeSlashIcon -->\n        <svg\n            width=\"18\"\n            height=\"15\"\n            viewBox=\"0 0 18 15\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            aria-hidden=\"true\"\n            focusable=\"false\"\n        >\n            <path\n            d=\"M8.99991 11.25C6.86664 11.25 5.13977 9.59883 4.98086 7.50633L2.03056 5.22625C1.64272 5.71281 1.28581 6.22721 0.997811 6.78971C0.933473 6.91698 0.899952 7.05759 0.899952 7.20019C0.899952 7.3428 0.933473 7.48341 0.997811 7.61068C2.52303 10.5866 5.54252 12.6 8.99991 12.6C9.75675 12.6 10.4869 12.4875 11.1906 12.3058L9.73116 11.1766C9.49014 11.2232 9.24538 11.2478 8.99991 11.25ZM17.8261 12.8841L14.7169 10.4811C15.6613 9.68514 16.4381 8.70932 17.002 7.61039C17.0664 7.48313 17.0999 7.34252 17.0999 7.19991C17.0999 7.0573 17.0664 6.9167 17.002 6.78943C15.4768 3.81353 12.4573 1.80007 8.99991 1.80007C7.5519 1.80182 6.12741 2.16636 4.85655 2.86038L1.2785 0.0948548C1.23184 0.0585476 1.17848 0.0317904 1.12148 0.0161121C1.06448 0.000433765 1.00494 -0.00385832 0.946279 0.00348108C0.887616 0.0108205 0.830974 0.0296475 0.77959 0.0588864C0.728206 0.0881252 0.683088 0.127203 0.646812 0.173886L0.0947201 0.884602C0.0214824 0.978816 -0.0113349 1.09826 0.00348583 1.21667C0.0183066 1.33508 0.0795517 1.44275 0.173751 1.51601L16.7213 14.3052C16.768 14.3416 16.8213 14.3683 16.8783 14.384C16.9353 14.3997 16.9949 14.404 17.0535 14.3966C17.1122 14.3893 17.1688 14.3705 17.2202 14.3412C17.2716 14.312 17.3167 14.2729 17.353 14.2262L17.9054 13.5155C17.9786 13.4213 18.0114 13.3018 17.9965 13.1834C17.9816 13.065 17.9203 12.9573 17.8261 12.8841ZM12.659 8.89036L11.5537 8.03592C11.6467 7.7669 11.6961 7.4847 11.6999 7.20005C11.7054 6.78331 11.6131 6.3711 11.4303 5.99651C11.2476 5.62193 10.9796 5.29542 10.6478 5.04321C10.316 4.79101 9.92967 4.62013 9.51985 4.54431C9.11003 4.46849 8.68814 4.48984 8.28807 4.60665C8.45767 4.83646 8.54941 5.11444 8.54991 5.40006C8.54572 5.4951 8.53119 5.5894 8.5066 5.68131L6.43633 4.08128C7.15547 3.48031 8.06271 3.15076 8.99991 3.15006C9.53185 3.14977 10.0586 3.25432 10.5501 3.45775C11.0416 3.66117 11.4882 3.95948 11.8643 4.33562C12.2405 4.71175 12.5388 5.15834 12.7422 5.64984C12.9456 6.14134 13.0502 6.66812 13.0499 7.20005C13.0499 7.80839 12.9011 8.37539 12.659 8.89064V8.89036Z\"\n            fill=\"#637381\"\n            \/>\n        <\/svg>\n      <\/template>\n      <template v-else>\n        <!-- EyeIcon -->\n        <svg\n            width=\"18\"\n            height=\"12\"\n            viewBox=\"0 0 18 12\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            aria-hidden=\"true\"\n            focusable=\"false\"\n        >\n            <path\n            d=\"M8.99998 2.5C8.66877 2.50518 8.34001 2.5578 8.02373 2.65625C8.17003 2.91354 8.24793 3.20403 8.24998 3.5C8.24998 3.72981 8.20472 3.95738 8.11677 4.1697C8.02882 4.38202 7.89992 4.57493 7.73742 4.73744C7.57492 4.89994 7.382 5.02884 7.16968 5.11679C6.95736 5.20474 6.7298 5.25 6.49998 5.25C6.20402 5.24795 5.91352 5.17005 5.65623 5.02375C5.45324 5.72775 5.4769 6.47777 5.72386 7.16757C5.97081 7.85738 6.42855 8.452 7.03222 8.8672C7.6359 9.28241 8.35491 9.49715 9.08741 9.48101C9.81991 9.46487 10.5288 9.21867 11.1136 8.77728C11.6984 8.33589 12.1295 7.72169 12.3458 7.02168C12.5621 6.32167 12.5527 5.57133 12.3189 4.87696C12.0852 4.18258 11.6388 3.57937 11.0431 3.15277C10.4475 2.72616 9.73266 2.49779 8.99998 2.5ZM17.8912 5.54375C16.1965 2.23719 12.8415 0 8.99998 0C5.15842 0 1.80248 2.23875 0.108733 5.54406C0.037246 5.68547 0 5.8417 0 6.00016C0 6.15861 0.037246 6.31484 0.108733 6.45625C1.80342 9.76281 5.15842 12 8.99998 12C12.8415 12 16.1975 9.76125 17.8912 6.45594C17.9627 6.31453 18 6.1583 18 5.99984C18 5.84139 17.9627 5.68516 17.8912 5.54375ZM8.99998 10.5C5.91717 10.5 3.09092 8.78125 1.56467 6C3.09092 3.21875 5.91686 1.5 8.99998 1.5C12.0831 1.5 14.909 3.21875 16.4353 6C14.9094 8.78125 12.0831 10.5 8.99998 10.5Z\"\n            fill=\"#637381\"\n            \/>\n        <\/svg>\n      <\/template>\n    <\/button>\n<\/input>\n<\/div>\n                            <\/div>\n                            <div class=\"form-layout container\">\n                                <div ref=\"phone\" class=\"row error-container\" v-show=\"showField('phone')\">\n    <label for=\"phone\"><span>Phone<\/span><em v-if=\"phoneNumberRequired.includes(country)\"> *<\/em><\/label>\n    <input v-model=\"phone\" @input=\"restrictToNumbers\" id=\"phone\" name=\"phone\" type=\"tel\" placeholder=\"\" inputmode=\"tel\" \/>\n<\/div>\n<div class=\"row\" v-show=\"showField('coupon')\">\n    <label for=\"coupon\">\n        <span>\n            Offer Code        <\/span>\n    <\/label>\n    <input id=\"coupon\" name=\"coupon\" size=\"24\" type=\"text\"\n        placeholder=\"\" \/>\n<\/div>\n                            <\/div>\n                            <div class=\"container\">\n                                <div ref=\"shipmentVolume\" class=\"row custom-select\" v-show=\"showField('shipmentVolume')\">\n    <label for=\"shipment_volume\"><span>Select your current number of shipments per month<\/span> <em>*<\/em><\/label>\n    <select v-model=\"shipmentVolume\" id=\"shipment_volume\" name=\"shipment_volume\" class=\"default\" required=\"required\">\n        <option value=\"default\" disabled>Select your current number of shipments per month<\/option>\n        <option value=\"1\">I only need to ship one package<\/option>\n        <option value=\"50\">50 shipments or less, I&#8217;m just getting started<\/option>\n        <option value=\"500\">51-500 shipments<\/option>\n        <option value=\"1000\">501-1,000 shipments<\/option>\n        <option value=\"2000\">1,001-2,000 shipments<\/option>\n        <option value=\"5000\">2,001-5,000 shipments<\/option>\n        <option value=\"7500\">5,001-7,500 shipments<\/option>\n        <option value=\"7501\">7,501+ shipments<\/option>\n        <option value=\"0\">I don&#8217;t plan to ship anything<\/option>\n    <\/select>\n<\/div>\n<div class=\"hdyhau-autocomplete-wrapper row\" v-show=\"showField('howDidYouHearAboutUs')\" data-test-variant=\"autocomplete\">\n\t<label for=\"howdidyouhearaboutus\">\n\t\t<span>How did you hear about us?<\/span>\n\t\t\t<\/label>\n\t\n\t<input \n\t\ttype=\"text\" \n\t\tid=\"howdidyouhearaboutus\" \n\t\tname=\"answers[0]\"\n\t\tv-model=\"howDidYouHearAboutUs\"\n\t\tmaxlength=\"100\"\n\t\tautocomplete=\"off\"\n\t\tplaceholder=\"TV, ChatGPT, The Business Movers Podcast, Shopify App Store?\"\n\t\t\t\/>\n\t\n\t<div class=\"hdyhau-suggestions\"><\/div>\n\t\n\t<input name=\"questions[0]\" type=\"hidden\" value=\"How did you hear about us?\">\n<\/div>\n<div class=\"row optin-consent-field\" style=\"display:none;\">\n    <label>\n        <input id=\"optin_consent\" name=\"optin_consent\" type=\"checkbox\" checked \/> I consent to receive personalised marketing communications    <\/label>\n<\/div><div class=\"row\" id=\"reg-submit\">\n    <input id=\"save-button\" class=\"btn translate\" name=\"saveForm\" type=\"submit\" value=\"Get Started\" \/>\n    \n    <div class=\"row\">\n    <div class=\"terms\">\n        By clicking &#039;Get Started&#039;, you agree to our        <a id=\"sstos\" :href=\"content[country].privacy.tosURL || '\/terms-of-service'\" target=\"_blank\">\n            Terms        <\/a>\n        &amp;        <a id=\"sspp\" :href=\"content[country].privacy.privacyURL || '\/privacy-policy'\" target=\"_blank\">\n            Privacy Policy        <\/a>\n        and        <a id=\"sscarriers\" href=\"\/carriers-terms-of-service\/\" target=\"_blank\">\n            Carriers&#039; Terms        <\/a>.\n    <\/div>\n\n    <div id=\"recaptcha-legal\" style=\"display:none;\">\n        This site is protected by reCAPTCHA and the Google\n        <a href=\"https:\/\/policies.google.com\/privacy\">Privacy Policy<\/a> and\n        <a href=\"https:\/\/policies.google.com\/terms\">Terms of Service apply.<\/a>\n    <\/div>\n<\/div>    \n    <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"phone-support\">\n                            <span v-if=\"country !== 'US' &#038;&#038; country !== 'CA'\">\n                                Questions? Contact our sales team at                            <\/span>\n                            <span v-html=\"content[country].questions.phone\">(855)892-2954<\/span>\n                            <span v-if=\"country !== 'US' &#038;&#038; country !== 'CA'\">\n                                or email                            <\/span>\n                            <span v-if=\"country !== 'US' &#038;&#038; country !== 'CA'\">\n                                <a v-bind:href=\"mailToAddress\"><span v-html=\"content[country].questions.email\">content[country].questions.email<\/span><\/a>.\n                                We&#8217;re available                                <span v-html=\"content[country].questions.hours || 'Monday - Friday: 8:00 AM - 8:00 PM CST'\">Monday &#8211; Friday: 8:00 AM &#8211; 8:00 PM CST<\/span>.\n                            <\/span>\n                        <\/div>\n                        <input id=\"affiliate\" name=\"affiliate\" type=\"hidden\" \/>\n                        <input id=\"referrer\" name=\"referrer\" type=\"hidden\" \/>\n                        <input id=\"referral_code\" name=\"referral_code\" type=\"hidden\" \/>\n                        <input id=\"plan_profile_code\" name=\"plan_profile_code\" type=\"hidden\" \/>\n                        <input id=\"utcoffset\" name=\"utcoffset\" type=\"hidden\" \/>\n                        <input id=\"hubspot_cookie\" name=\"hubspot_cookie\" type=\"hidden\" \/>\n                        <input id=\"experiments\" name=\"experiments\" type=\"hidden\" \/>\n                        <input type=\"hidden\" id=\"gclid_field\" name=\"gclid_field\" value=\"\">\n                        <input TYPE=\"hidden\" name=\"ioBlackBox\" id=\"ioBlackBox\">\n                        <input id=\"tos_checkbox\" name=\"tos\" type=\"checkbox\" value=\"tos\" checked hidden \/>\n                        <input id=\"token_payload\" name=\"token_payload\" type=\"hidden\" value=\"\" \/>\n                        <input id=\"registration_payload\" name=\"registration_payload\" type=\"hidden\" value=\"\" \/>\n                        <input id=\"routing_owner_id\" type=\"hidden\" name=\"routing_owner_id\" value=\"\" \/>\n                        <input id=\"onboardingVariant\" name=\"onboardingVariant\" type=\"hidden\" value=\"0\" \/>\n                        <input id=\"lead_source\" type=\"hidden\" name=\"lead_source\" value=\"\" \/>\n                        <input id=\"journey_id\" name=\"journey_id\" type=\"hidden\" value=\"\" \/>\n                        <input id=\"device_type\" name=\"device_type\" type=\"hidden\" value=\"\" \/>\n                        <input id=\"AI_comms_opt_in\" name=\"AI_comms_opt_in\" type=\"hidden\" value=\"\" \/>\n                                            <\/fieldset>\n                <\/form>\n            <\/div>\n            <div id=\"pandoraPixels\" style=\"display: none;\"><\/div>\n        <\/section>\n    <\/div>\n\n    <script src=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/iovation\/iovation-ff.js?v=1782617269\" type=\"text\/javascript\"><\/script>\n            <script src=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/js\/register.js?v=1782617269\" type=\"text\/javascript\"><\/script>\n    \n    <!-- Initialize landingPageModule script if it is being used -->\n        <script>\n        document.addEventListener('DOMContentLoaded', (event) => {\n                if ( window.UAParser ) {\n                    var device = new UAParser().getDevice();\n                    document.getElementById('device_type').value = device.type ? device.type : 'desktop';\n                }\n        });\n    <\/script>\n    <script type=\"text\/javascript\">\n        $(document).ready(function() {\n\n            const expires = new Date();\n            expires.setHours(expires.getHours() + 5);\n            \n            \/\/ If Coupon exist as cookie, auto fill coupon with code\n            if ($.cookie('coupon')) {\n                $('#coupon').val($.cookie('coupon'));\n            } else if ($.cookie('referral_code')?.includes(\"gppc\") || $.cookie('referral_code')?.includes(\"bppc\")) {\n                \/\/ If ref parameter includes gppc or bppc, then hide coupon input parent\n                $('#coupon').parent().hide();\n\n                \/\/ Check if allowedValues were selected in the howdidyouhearaboutus field. Show Coupon field if value is selected\n                const allowedValues = ['Radio \/ Streaming Audio \/ SiriusXM', 'TV Commercial', 'Podcast \/ Youtube'];\n                $(\"#howdidyouhearaboutus\").change(() => {\n                    if (allowedValues.includes($(\"#howdidyouhearaboutus\").val())) {\n                        $('#coupon').parent().show();\n                    } else {\n                        $('#coupon').parent().hide();\n                    }\n                });\n            } else {\n                            }\n\n            $('#hubspot_cookie').val($.cookie('hubspotutk'));\n\n            \/\/Pandora Pixels Begin\n            if ($.cookie('pandoraPixel')) {\n                var pixelVals = $.cookie('pandoraPixel').split('.')\n                if (pixelVals.length == 3) {\n                    var oid = pixelVals[0];\n                    var aid = pixelVals[1];\n                    var cid = pixelVals[2];\n                    if (oid !== undefined || aid !== undefined || cid !== undefined) {\n                        $('#pandoraPixels').append(\n                            '<img decoding=\"async\" src=\"http:\/\/stats.pandora.com\/tracking\/868105\/type::ad_tracking_pixel\/ctype::shipstation\/etype::start_registration\/oid::' +\n                            oid + '\/aid::' + aid + '\/cid::' + cid + '\">')\n                    }\n                }\n            }\n\n            \n        });\n    <\/script>\n    <script src=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/js\/step1-content.js?v=1782617269\" type=\"text\/javascript\"><\/script>\n    <script>\n        \/\/ Pull in shortcode attribute\n        const splitForm = false;\n        const paramsString = window.location.search;\n        let searchParams = initSearchParams(paramsString);\n        const overwriteHideFields = [\"\",\"country\"] || [];\n        \n        \/\/ Set experiment flag for conditional field requirements\n        window.requireHowDidYouHearAboutUs = false;\n        const overwriteHowDidYouHearAboutUs = null;\n        const language = \"en-us\";\n        const shipmentVolumeDefault = 'Select your current number of shipments per month';\n        const shipmentVolumeOptions = {\"1\":\"I only need to ship one package\",\"50\":\"50 shipments or less, I'm just getting started\",\"500\":\"51-500 shipments\",\"1000\":\"501-1,000 shipments\",\"1500\":\"501-1,500 shipments\",\"2000\":\"1,001-2,000 shipments\",\"3000\":\"501-3,000 shipments\",\"5000\":\"2,001-5,000 shipments\",\"6000\":\"3,001-6,000 shipments\",\"7500\":\"5,001-7,500 shipments\",\"7499\":\"3,001-7,500 shipments\",\"7501\":\"7,501+ shipments\",\"10000\":\"3,001-10,000 shipments\",\"10001\":\"10,001+ shipments\",\"20000\":\"10,001+ shipments\",\"0\":\"I don't plan to ship anything\"};\n        const emailBlacklistEnabled = false;\n        const emailBlacklistDomains = [];\n        const emailBlacklistMessage = \"Please enter a valid business email address\";\n\n        var signupForm = new Vue({\n            el: '#signup_form',\n            name: \"signup_form\",\n            data: {\n                country: 'US',\n                content: null,\n                hideFields: [],\n                firstName: '',\n                lastName: '',\n                company: '',\n                email: '',\n                phone: '',\n                password: '',\n                shipmentVolume: '',\n                howDidYouHearAboutUs: '',\n                selectHowDidYouHearAboutUs: '',\n                coupon: '',\n                splitForm: {\n                    enabled: splitForm,\n                    currentSection: 1,\n                },\n                showPassword: false,\n                moveShipmentVolume: false,\n                searchParams: '',\n                ssoOnboarding: false,\n            },\n            created() {\n                this.companyRequired = ['FR', 'GB'];\n                this.phoneNumberRequired = ['GB'];\n                this.shipmentVolumeShouldMove = ['AU', 'GB', \"FR\", \"DE\"];\n                this.euCountries = ['GB', 'FR', 'DE'];\n                this.anzCountries = ['AU', 'NZ'];\n            },\n            mounted() {\n                this.content = content;\n                this.updateFieldsFromQueryParam();\n                if ($.cookie('home_country') && !searchParams.has('country')) {\n                    if ($.cookie('home_country') == 'GB' || $.cookie('home_country') == 'IE') {\n                        this.country = 'GB';\n                    } else if ($.cookie('home_country') == 'CA' || $.cookie('home_country') == 'FR-CA') {\n                        this.country = 'CA';\n                    } else {\n                        this.country = $.cookie('home_country');\n                    }\n                }\n\n                if (!this.content[this.country]) {\n                    this.country = 'US';\n                }\n\n\n\n                \/\/ Set up HDYHAU field after DOM elements have loaded\n                this.$nextTick(() => {\n                    this.referralSourceSetup()\n                    this.updateShipmentVolume();\n                });\n\n\n                this.companyFieldCheck();\n            },\n            watch: {\n                country(newVal, oldVal) {\n                    this.companyFieldCheck();\n                    this.companyRequiredValidation();\n                    this.phoneNumberRequiredValidation();\n                    \n                    this.$nextTick(() => {\n                        this.moveShipmentVolumeField();\n                        this.updateShipmentVolume();\n                    });\n                },\n                shipmentVolume(newVal) {\n                    \/\/ Add in a watcher for the shipment volume field to remove the error class if a valid value is selected.\n                    if (newVal !== 'default') {\n                        $('#shipment_volume').removeClass('error');\n                        $('#shipment_volume').closest('.row').find('label.error').remove();\n                        $('#shipment_volume').valid();\n                    }\n                },\n            },\n            computed: {\n                mailToAddress: function() {\n                    const email = this.content[this.country].questions.email;\n                    return `mailto:${email}`;\n                }\n            },\n            methods: {\n                updateShipmentVolume() {\n                    const urlParams = new URLSearchParams(window.location.search);\n                    const volume = urlParams.get('shipmentVolume');\n\n                    \/\/ Volume mappings by region\n                    const volumeMappings = {\n                        default: ['1', '50', '500', '1000', '2000', '5000', '7500', '7501', '0'],\n                        eu: ['1', '50', '500', '3000', '10000', '10001'],\n                        anz: ['1', '50', '500', '3000', '7499', '7501', '0']\n                    };\n\n                    \/\/ Determine which volume mapping to use based on country\n                    const shipmentVolumeValues = this.euCountries.includes(this.country)\n                        ? volumeMappings.eu\n                        : this.anzCountries.includes(this.country)\n                            ? volumeMappings.anz\n                            : volumeMappings.default;\n\n                    \/\/ Build options string with default first\n                    let shipmentVolumeHtmlString = `<option value=\"default\" ${!volume ? 'selected' : ''} disabled>${shipmentVolumeDefault}<\/option>`;\n\n                    \/\/ Add other options\n                    shipmentVolumeValues.forEach(value => {\n                        shipmentVolumeHtmlString += `<option value=\"${value}\" ${volume === value ? 'selected' : ''}>${shipmentVolumeOptions[value]}<\/option>`;\n                    });\n\n                    \/\/ Get the select element directly\n                    const selectElement = document.getElementById('shipment_volume');\n\n                    if (selectElement) {\n                        \/\/ Update the options\n                        selectElement.innerHTML = shipmentVolumeHtmlString;\n                    }\n                },\n                createQueryStringFromObject(params) {\n                    let paramList = [];\n                    for (const [key, value] of Object.entries(params)) {\n                        if (value) {\n                            paramList.push(`${key}=${value}`);\n                        }\n                    }\n                    let queryString = \"\";\n                    if (paramList.length) {\n                        queryString += \"?\" + paramList.join(\"&\");\n                    }\n                    return queryString;\n                },\n                \/\/ content is rendered based on key lookup, used default if not found\n                getTranslation(KEY, DEFAULT = '') {\n                    return this.content[this.country][KEY] ? this.content[this.country][KEY] : DEFAULT;\n                },\n                \/\/ For split form variant. continues to the next section if fields are valid\n                handleContinue(e) {\n                    e.preventDefault();\n                    const isValidated = this.validateFirstSection();\n                    if (isValidated) {\n                        this.splitForm.currentSection = 2;\n                    }\n                },\n                handleBack(e) {\n                    e.preventDefault();\n                    this.splitForm.currentSection = 1;\n                },\n                \/\/ Validates each field in first section individually (using settings from register.js) and\n                \/\/ returns true if all fields are valid, false otherwise\n                validateFirstSection() {\n                    const validator = $(\"#registration-form\").validate();\n\n                    const firstName = validator.element(\"#reg-fname\");\n                    const lastName = validator.element(\"#reg-lname\");\n                    const email = validator.element(\"#email\");\n                    const country = validator.element(\"#country\");\n                    const shipmentVolume = validator.element(\"#shipment_volume\");\n                    const howDidYouHearAboutUs = validator.element(\"#howdidyouhearaboutus\");\n                    const company = validator.element(\"#reg-compname\");\n\n                    \/\/ These fields should be validated conditionally based on various form states.\n                    \/\/ If they don't need to be validated, they are set to \"true\"\n                    const conditionalFields = {\n                        shipmentVolume: this.moveShipmentVolume ? shipmentVolume : true,\n                        howDidYouHearAboutUs: this.moveShipmentVolume ? true : howDidYouHearAboutUs,\n                        company: this.companyRequired.includes(this.country) ? company : true\n                    }\n\n                    return (\n                        conditionalFields.shipmentVolume &&\n                        firstName &&\n                        lastName &&\n                        email &&\n                        country &&\n                        conditionalFields.howDidYouHearAboutUs &&\n                        conditionalFields.company\n                    )\n                },\n                restrictToNumbers() {\n                    \/\/ Allow leading + for international numbers, then only digits\n                    var hasPlus = this.phone.charAt(0) === '+';\n                    this.phone = this.phone.replace(\/[^\\d]\/g, '');\n                    if (hasPlus) this.phone = '+' + this.phone;\n                },\n                companyFieldCheck() {\n                    const companyFieldVisible = this.splitForm.enabled && !this.hideFields.includes('company');\n\n                    if (this.companyRequired.includes(this.country) && !companyFieldVisible) {\n                        this.hideFields = this.hideFields.filter(field => field !== 'company');\n                    }\n                },\n                companyRequiredValidation() {\n\n                    if (this.companyRequired.includes(this.country)) {\n                        \/\/ Make \"Company\" field required if country selected is FR or GB\n                        $(\"#reg-compname\").rules(\"add\", {\n                            required: true\n                        });\n                    } else {\n                        \/\/ Otherwise clear out required rule on element\n                        $(\"#reg-compname\").rules(\"add\", {\n                            required: false\n                        });\n                    }\n                },\n                phoneNumberRequiredValidation() {\n                    \/\/ Phone is required only for GB (based on main country)\n                    if (this.phoneNumberRequired.includes(this.country)) {\n                        $(\"#phone\").rules(\"add\", {\n                            required: true\n                        });\n                    } else {\n                        $(\"#phone\").rules(\"add\", {\n                            required: false\n                        });\n                    }\n                },\n                moveShipmentVolumeField() {\n                    \/\/ Store starting value of flag\n                    const isCurrentlySwapped = this.moveShipmentVolume;\n                    \/\/ Set new value of flag based on current state of form\n                    this.moveShipmentVolume = this.splitForm.enabled && this.shipmentVolumeShouldMove.includes(this.country);\n                    \/\/ Get all DOM nodes by ref value\n                    const {\n                        shipmentVolume,\n                        hdyhau,\n                        name,\n                        company,\n                        phone\n                    } = this.$refs;\n\n                    if (this.moveShipmentVolume && !isCurrentlySwapped) {\n                        this.moveField(shipmentVolume, name);\n                        this.moveField(hdyhau, phone);\n                    } else if (!this.moveShipmentVolume && isCurrentlySwapped) {\n                        this.moveField(shipmentVolume, phone.nextSibling);\n                        this.moveField(hdyhau, company.nextSibling);\n                    }\n                },\n                moveField(field, target) {\n                    const fieldNode = field.parentElement.removeChild(field);\n                    target.parentElement.insertBefore(fieldNode, target);\n                },\n                referralSourceSetup() {\n                    \/\/ Only run for dropdown variant (not autocomplete)\n                    if (!this.$refs.referral_source) {\n                        return;\n                    }\n                    \n                    if (this.howDidYouHearAboutUs) {\n                        \/\/ Retrieve array of possible values from HDYHAU select input\n                        const optionElements = this.$refs.referral_source.options;\n                        const options = Array.from(optionElements).map(option => option.value);\n\n                        if (options.includes(this.howDidYouHearAboutUs)) {\n                            this.selectHowDidYouHearAboutUs = this.howDidYouHearAboutUs;\n                        } else {\n                            this.selectHowDidYouHearAboutUs = 'Other';\n                        }\n                    }\n                },\n                showField(fieldName) {\n                    \/\/ Convert values to lowercase so comparison is case insensitive\n                    const formattedFieldName = fieldName.toLowerCase();\n                    let formattedHideFields = this.hideFields.map(field => field.toLowerCase());\n\n                    const formattedOverwriteHideFields = overwriteHideFields.map(field => field.toLowerCase());\n\n                    formattedHideFields = formattedHideFields.concat(formattedOverwriteHideFields);\n\n                    \/\/ If country is not US, then show country field\n                    const cookieCountry = $.cookie('home_country')\n                    if (formattedFieldName === 'country' && cookieCountry !== 'US') {\n                        return true;\n                    }\n\n                    \/\/ Return False if fieldName is in hideFields array\n                    return !formattedHideFields.includes(formattedFieldName);\n                },\n                getFieldFromQuery(fieldName) {\n                    \/\/ Convert to lowercase before comparison\n                    const formattedName = fieldName.toLowerCase();\n                    return searchParams.get(formattedName) ? decodeURIComponent(searchParams.get(formattedName)) : '';\n                },\n                updateFieldsFromQueryParam() {\n                    this.hideFields = this.getFieldFromQuery('hideFields')?.split(',') || [];\n                    this.country = this.getFieldFromQuery('country')?.toUpperCase() || 'US';\n                    this.firstName = this.getFieldFromQuery('firstName');\n                    this.lastName = this.getFieldFromQuery('lastName');\n                    this.company = this.getFieldFromQuery('company');\n                    this.email = this.getFieldFromQuery('email');\n                    this.phone = this.getFieldFromQuery('phone');\n                    this.shipmentVolume = this.getFieldFromQuery('shipmentVolume');\n                    this.howDidYouHearAboutUs = this.getFieldFromQuery('howDidYouHearAboutUs') || overwriteHowDidYouHearAboutUs;\n                    this.coupon = this.getFieldFromQuery('coupon') || 'FREE30';\n                },\n                toggleShowPassword() {\n                    this.showPassword = !this.showPassword;\n                }\n            }\n        });\n\n        \/\/ Convert search params to lowercase so queries are case insensitive\n        function initSearchParams(paramString) {\n            const rawParams = new URLSearchParams(paramString);\n            let formattedParams = new URLSearchParams();\n\n            for (const [name, value] of rawParams) {\n                formattedParams.append(name.toLowerCase(), value);\n            }\n\n            return formattedParams;\n        }\n    <\/script>\n\n    <script>\n        $(document).ready(function() {\n            $('#recaptcha-legal').appendTo('.copy-container');\n            $('#recaptcha-legal').addClass('legal-footer').show();\n        })\n    <\/script>\n\n    <!-- Lazy-load reCAPTCHA to improve LCP performance -->\n    <script src=\"https:\/\/www.shipstation.com\/wp-content\/themes\/shipstation-blocks\/js\/utils\/recaptcha-loader.js\"><\/script>\n    <script>\n        \/\/ Initialize lazy-loading for the signup form\n        (function() {\n            \/\/ Wait for DOM to be ready\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', initLazyRecaptcha);\n            } else {\n                initLazyRecaptcha();\n            }\n\n            function initLazyRecaptcha() {\n                RecaptchaLazyLoader.init('#registration-form', {\n                    rootMargin: '200px',        \/\/ Start loading when form is 200px from viewport\n                    loadOnInteraction: true,    \/\/ Also load on user interaction (focus\/click)\n                    interactionEvents: ['focus', 'click', 'touchstart']\n                });\n            }\n        })();\n    <\/script>\n<\/div><\/p>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-cover is-light is-repeated\" style=\"min-height:430px;aspect-ratio:unset;\"><div class=\"wp-block-cover__image-background wp-image-79959 size-large is-repeated\" style=\"background-position:50% 50%;background-image:url(https:\/\/www.shipstation.com\/wp-content\/uploads\/2026\/04\/footer-image-1.svg)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n\n\n\n<!-- Demo Lounge - Deep-link filters. Paste into a WordPress Custom HTML block on the Demo Lounge page. -->\n<!-- Lets URLs like \/innovation-delivered\/demo-lounge\/?filter=ask-shipstation auto-select a category chip. -->\n<!--   ?filter=<data-slug>  e.g. ?filter=ask-shipstation, ?filter=order-management -->\n<!--   ?filter=all  or  ?filter=0   selects the \"All\" chip -->\n<!--   ?filter=<term-id>  e.g. ?filter=13710   matches data-term as a fallback -->\n<!-- When ?filter= is present it also smooth-scrolls to the \"Explore Demos\" heading. -->\n\n<script>\n(function () {\n  \/\/ Read ?filter= from the URL. Nothing to do without it.\n  var params = new URLSearchParams(window.location.search);\n  var raw = params.get('filter');\n  if (!raw) return;\n\n  var want = decodeURIComponent(raw).trim().toLowerCase();\n  if (!want) return;\n\n  var CHIP_SELECTOR = '.posts-grid-view__chip';\n  var isAll = (want === 'all' || want === '0');\n  var isTermId = \/^\\d+$\/.test(want);\n\n  \/\/ Locate the chip that matches the requested filter:\n  \/\/   \"all\" \/ \"0\"     -> the \"All\" chip (data-term=\"0\", no data-slug)\n  \/\/   a numeric id     -> match data-term\n  \/\/   anything else    -> match data-slug (the readable name in the URL)\n  function findChip() {\n    var chips = document.querySelectorAll(CHIP_SELECTOR);\n    for (var i = 0; i < chips.length; i++) {\n      var chip = chips[i];\n      var term = chip.getAttribute('data-term');\n      var slug = (chip.getAttribute('data-slug') || '').toLowerCase();\n\n      if (isAll) {\n        if (term === '0') return chip;\n      } else if (isTermId) {\n        if (term === want) return chip;\n      } else if (slug === want) {\n        return chip;\n      }\n    }\n    return null;\n  }\n\n  function isActive(chip) {\n    return chip.classList.contains('is-active') ||\n           chip.getAttribute('aria-selected') === 'true';\n  }\n\n  \/\/ Optional debug: append debug=1 to the query string to log what the script finds.\n  \/\/ (Avoid literal ampersands anywhere below: WordPress entity-encodes them and breaks the JS.)\n  var DEBUG = params.get('debug') === '1';\n  function log() {\n    if (!DEBUG) return;\n    if (window.console) console.log.apply(console, ['[demo-lounge-filter]'].concat([].slice.call(arguments)));\n  }\n\n  \/\/ Find the \"Explore Demos\" heading to scroll the visitor down to the grid.\n  \/\/   1. Preferred: an element with id=\"explore-demos\" (add this for a guaranteed match).\n  \/\/   2. Fallback: any h1-h4 whose visible text contains \"explore demos\".\n  var HEADING_ID = 'explore-demos';\n  var HEADING_TEXT = 'explore demos';\n  function findHeading() {\n    var byId = document.getElementById(HEADING_ID);\n    if (byId) return byId;\n    var headings = document.querySelectorAll('h1, h2, h3, h4');\n    for (var i = 0; i < headings.length; i++) {\n      var text = (headings[i].textContent || '').replace(\/\\s+\/g, ' ').trim().toLowerCase();\n      if (text.indexOf(HEADING_TEXT) !== -1) return headings[i];\n    }\n    return null;\n  }\n\n  \/\/ The chips and heading are in the page markup, but the grid attaches its\n  \/\/ own click handler a beat after load. Poll until the chip exists, click it\n  \/\/ (so the grid filters for real), and keep retrying until it reflects the\n  \/\/ active state. Re-clicking a tab is a no-op, so this is safe to repeat.\n  \/\/ Once present, smooth-scroll to the \"Explore Demos\" heading (one time).\n  var ticks = 0;\n  var MAX_TICKS = 30; \/\/ ~3s at 100ms, then give up quietly\n  var selected = false;\n  var scrolled = false;\n\n  var timer = setInterval(function () {\n    ticks++;\n\n    if (!selected) {\n      var chip = findChip();\n      if (chip) {\n        if (isActive(chip)) { selected = true; log('chip selected:', want); }   \/\/ selection landed\n        else chip.click();                     \/\/ simulate a real click so the grid filters\n      } else if (ticks === 1) {\n        log('no chip found for filter:', want, '- chips on page:', document.querySelectorAll(CHIP_SELECTOR).length);\n      }\n    }\n\n    if (!scrolled) {\n      var heading = findHeading();\n      if (heading) {\n        heading.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        scrolled = true;\n        log('scrolled to heading:', heading.tagName, JSON.stringify((heading.textContent || '').trim()));\n      } else if (ticks === 1) {\n        log('no \"Explore Demos\" heading found yet');\n      }\n    }\n\n    var done = false;\n    if (selected) { if (scrolled) done = true; }\n    if (ticks >= MAX_TICKS) done = true;\n    if (done) {\n      clearInterval(timer);\n      if (ticks >= MAX_TICKS) log('gave up after', MAX_TICKS, 'ticks. selected:', selected, 'scrolled:', scrolled);\n    }\n  }, 100);\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>&times; Enter your email and get instant access to all interactive demos.<\/p>\n","protected":false},"author":100,"featured_media":0,"parent":79123,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_metadesc":"Step into the Demo Lounge at ShipStation's Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.","_ss_page_background":"deep-indigo","footnotes":""},"class_list":["post-93709","page","type-page","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>Innovation Delivered 2026 - Demo Lounge - ShipStation<\/title>\n<meta name=\"description\" content=\"Step into the Demo Lounge at ShipStation&#039;s Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.\" \/>\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\/innovation-delivered\/demo-lounge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Innovation Delivered 2026 - Demo Lounge\" \/>\n<meta property=\"og:description\" content=\"Step into the Demo Lounge at ShipStation&#039;s Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/\" \/>\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-06-23T17:15:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@shipstation\" \/>\n<meta name=\"twitter:label1\" content=\"Est. 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\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/demo-lounge\\\/\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/demo-lounge\\\/\",\"name\":\"Innovation Delivered 2026 - Demo Lounge - ShipStation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#website\"},\"datePublished\":\"2026-06-15T19:40:15+00:00\",\"dateModified\":\"2026-06-23T17:15:46+00:00\",\"description\":\"Step into the Demo Lounge at ShipStation's Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/demo-lounge\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/demo-lounge\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/demo-lounge\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Innovation Delivered 2026\",\"item\":\"https:\\\/\\\/www.shipstation.com\\\/innovation-delivered\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Innovation Delivered 2026 &#8211; Demo Lounge\"}]},{\"@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-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/#organization\",\"name\":\"ShipStation\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@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\\\/\"],\"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\":\"SoftwareApplication\",\"@id\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/#software-application\",\"name\":\"ShipStation\",\"url\":\"https:\\\/\\\/www.shipstation.com\\\/en-au\\\/\",\"applicationCategory\":\"BusinessApplication\",\"operatingSystem\":\"Web Browser\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Innovation Delivered 2026 - Demo Lounge - ShipStation","description":"Step into the Demo Lounge at ShipStation's Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.","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\/innovation-delivered\/demo-lounge\/","og_locale":"en_US","og_type":"article","og_title":"Innovation Delivered 2026 - Demo Lounge","og_description":"Step into the Demo Lounge at ShipStation's Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.","og_url":"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/","og_site_name":"ShipStation","article_publisher":"https:\/\/www.facebook.com\/ShipStation\/","article_modified_time":"2026-06-23T17:15:46+00:00","twitter_card":"summary_large_image","twitter_site":"@shipstation","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/","url":"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/","name":"Innovation Delivered 2026 - Demo Lounge - ShipStation","isPartOf":{"@id":"https:\/\/www.shipstation.com\/#website"},"datePublished":"2026-06-15T19:40:15+00:00","dateModified":"2026-06-23T17:15:46+00:00","description":"Step into the Demo Lounge at ShipStation's Innovation Delivered event. Explore interactive product demos\u2014automation, order management, analytics, and more.","breadcrumb":{"@id":"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.shipstation.com\/innovation-delivered\/demo-lounge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.shipstation.com\/en-au\/"},{"@type":"ListItem","position":2,"name":"Innovation Delivered 2026","item":"https:\/\/www.shipstation.com\/innovation-delivered\/"},{"@type":"ListItem","position":3,"name":"Innovation Delivered 2026 &#8211; Demo Lounge"}]},{"@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-AU"},{"@type":"Organization","@id":"https:\/\/www.shipstation.com\/#organization","name":"ShipStation","url":"https:\/\/www.shipstation.com\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@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\/"],"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":"SoftwareApplication","@id":"https:\/\/www.shipstation.com\/en-au\/#software-application","name":"ShipStation","url":"https:\/\/www.shipstation.com\/en-au\/","applicationCategory":"BusinessApplication","operatingSystem":"Web Browser"}]}},"_links":{"self":[{"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/pages\/93709","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/comments?post=93709"}],"version-history":[{"count":10,"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/pages\/93709\/revisions"}],"predecessor-version":[{"id":95080,"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/pages\/93709\/revisions\/95080"}],"up":[{"embeddable":true,"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/pages\/79123"}],"wp:attachment":[{"href":"https:\/\/www.shipstation.com\/en-au\/wp-json\/wp\/v2\/media?parent=93709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}