From 8da543e967ba953ebf03a8a9776d7abf18f7f6d7 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Fri, 26 Sep 2025 09:50:11 +0200 Subject: [PATCH] fix(CommerceShippingProviders): use correct product name --- .../shipmondo/configuring-umbraco.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/commerce-add-ons/shipping-providers/shipmondo/configuring-umbraco.md b/commerce-add-ons/shipping-providers/shipmondo/configuring-umbraco.md index d65f535b719..c5967b1d35f 100644 --- a/commerce-add-ons/shipping-providers/shipmondo/configuring-umbraco.md +++ b/commerce-add-ons/shipping-providers/shipmondo/configuring-umbraco.md @@ -2,12 +2,12 @@ title: Configuring Umbraco description: >- Learn how to configure the Umbraco backoffice for enabling the use of - EasyPost as a shipping method. + Shipmondo as a shipping method. --- # Configure Umbraco -This article will give you details about how to configure Umbraco to start using the EasyPost shipping method with your Umbraco Commerce implementation. +This article will give you details about how to configure Umbraco to start using the Shipmondo shipping method with your Umbraco Commerce implementation. ## Step 1: Create a Shipping Method @@ -15,7 +15,7 @@ The following steps are all handled through the Umbraco backoffice. 1. Navigate to **Settings > Commerce > Stores > {Store Name} > Shipping Methods** section. 2. Select the **Create Shipping Method** button to create a new shipping method. -3. Choose **EasyPost** from the list of available shipping providers. +3. Choose **Shipmondo** from the list of available shipping providers. 3. Choose **Realtime** from the list of shipping method calculation modes. ## Step 2: Configure Shipping Provider Settings @@ -23,10 +23,10 @@ The following steps are all handled through the Umbraco backoffice. The following steps are handled within the shipping method editor in the Umbraco backoffice. 1. Configure the standard shipping method settings as required. -2. Configure the EasyPost shipping provider settings as follows: +2. Configure the Shipmondo shipping provider settings as follows: | Name | Description | | ---- | ----------- | -| API User | The Api User from the EasyPost portal. | -| API Key | The API Key from the EasyPost portal. | +| API User | The Api User from the Shipmondo portal. | +| API Key | The API Key from the Shipmondo portal. | | Test Mode | Set whether to run in test mode. |