Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13/umbraco-commerce/reference/shipping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
40 changes: 40 additions & 0 deletions 13/umbraco-commerce/reference/shipping/realtime-rate-shipping.md
Original file line number Diff line number Diff line change
@@ -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 <Your Store> 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)
4 changes: 2 additions & 2 deletions commerce-add-ons/shipping-providers/dhl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion commerce-add-ons/shipping-providers/easypost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions commerce-add-ons/shipping-providers/shipmondo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)