diff --git a/13/umbraco-commerce/reference/shipping/README.md b/13/umbraco-commerce/reference/shipping/README.md index d1faeb07805..4979a002edf 100644 --- a/13/umbraco-commerce/reference/shipping/README.md +++ b/13/umbraco-commerce/reference/shipping/README.md @@ -14,7 +14,7 @@ The fixed rate shipping option allows you to configure a single fixed rate for t The dynamic rate shipping option allows you to configure a series of ranges from which an order will be checked against. These checks identify a which range the order falls within. For each range a series of rate options can be configured. Options include fixed rate per order, a fixed rate per order item, percentage based rates amongst others. -### [Realtime Rate Shipping](./relatime-rate-shipping.md) +### [Realtime Rate Shipping](./realtime-rate-shipping.md) The realtime rate shipping option allows you to configure a connection to a shipping operator to fetch realtime shipping rate estimates for an order. diff --git a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md index 1546214839d..14830c65888 100644 --- a/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md +++ b/13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md @@ -1,2 +1,42 @@ +--- +description: Realtime Rate Shipping in Umbraco Commerce. +--- + # Realtime Rate Shipping +Realtime rate shipping in Umbraco Commerce allows you to define real-time, up-to-the-minute shipping estimates directly from the shipping operators. + +## Configuring Realtime Rate Shipping + +To configure Realtime Rate Shipping, follow these steps: + + +1. Go to **Settings**. +2. Open the **Commerce** folder in the **Commerce** section. +3. Select from the **Stores** dropdown. +4. Go to **Shipping Methods**. + + + +![Shipping Methods](../../media/shipping_methods.png) + +5. Click **Create Shipping Method**. +6. Choose the shipping provider for the shipping operator you wish to use. + +![Choose Shipping Provider](../../media/create_shipping_method.png) + +7. Choose the **Realtime** calculation mode option. + +![Choose Shipping Calculation Mode](../../media/create_shipping_method2.png) + +8. Enter the **Shipping Method Name**, **Alias**, and **SKU**. +9. Select the tax class from the **Tax Class** dropdown list. +10. _[Optional]_ Upload an image. +11. Enter the shipping provider's API credentials required to connect to the shipping operator's API. + +![Shipping Method Details](../../media/realtime_shipping_details.png) + +12. Select the countries this shipping method should be allowed in. +13. Click **Save**. + +![Shipping Method Allowed Countries](../../media/shipping_method_allowed_countries.png) \ No newline at end of file diff --git a/commerce-add-ons/shipping-providers/dhl/README.md b/commerce-add-ons/shipping-providers/dhl/README.md index c349c3e5d4d..3490414214c 100644 --- a/commerce-add-ons/shipping-providers/dhl/README.md +++ b/commerce-add-ons/shipping-providers/dhl/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the DHL API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Dhl) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Dhl/issues) * [DHL Express information](https://mydhl.express.dhl/) -* [DHL Express documentation](https://developer.dhl.com/api-reference/dhl-express-mydhl-ap) +* [DHL Express documentation](https://developer.dhl.com/api-reference/dhl-express-mydhl-api) diff --git a/commerce-add-ons/shipping-providers/easypost/README.md b/commerce-add-ons/shipping-providers/easypost/README.md index 09a75995690..2b5908dc2be 100644 --- a/commerce-add-ons/shipping-providers/easypost/README.md +++ b/commerce-add-ons/shipping-providers/easypost/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the EasyPost API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.EasyPost) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.EasyPost/issues) * [EasyPost information](https://www.easypost.com/) * [EasyPost documentation](https://www.easypost.com/getting-started) diff --git a/commerce-add-ons/shipping-providers/shipmondo/README.md b/commerce-add-ons/shipping-providers/shipmondo/README.md index db922c490eb..0051e1d77d7 100644 --- a/commerce-add-ons/shipping-providers/shipmondo/README.md +++ b/commerce-add-ons/shipping-providers/shipmondo/README.md @@ -19,6 +19,6 @@ It is assumed that before we begin you already have an Umbraco website configure Below are a few useful links that might come in handy should you wish to learn more about the provider itself, and the Shipmondo API. * [Shipping provider source code](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Shipmondo) -* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.DHhl/issues) +* [Shipping provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.ShippingProviders.Shipmondo/issues) * [Shipmondo information](https://www.shipmondo.com/) -* [Shipmondo documentation](https://app.shipmondo.com/api/public/v3/specification#/) +* [Shipmondo documentation](https://app.shipmondo.com/api/public/v3/specification/)