Add a new delivery method

To configure delivery methods, go to Inventory app ‣ Configuration ‣ Delivery Methods.

Note

If the Delivery Methods option is not available from the Configuration drop-down menu, verify whether the feature is enabled by following these steps:

  1. Go to Inventory app ‣ Configuration ‣ Settings.

  2. Scroll to the Shipping section and enable the Delivery Methods feature by checking the corresponding checkbox.

Enable the *Delivery Methods* feature by checking the box in Configuration > Settings.

On the Delivery Methods page, add a method by clicking New. Doing so opens a form to provide details about the shipping provider, including:

  • Delivery Method (Required field): the name of the delivery method (e.g. flat-rate shipping, same day delivery, etc.).

  • Provider (Required field): choose the delivery service, like FedEx, if using a third-party carrier. Ensure the integration with the shipping carrier is properly installed and select the provider from the drop-down menu.

    For more details on configuring custom shipping methods, such as fixed price, based on rules, or pickup in store options, refer to their respective sections below.

  • Website: configure shipping methods for an eCommerce page. Select the applicable website from the drop-down menu, or leave it blank to apply the method to all web pages.

  • Company: If the shipping method should apply to a specific company, select it from the drop-down menu. Leave the field blank to apply the method to all companies.

  • Routes: select the applicable routes to define different delivery methods, such as standard or express shipping, based on varying lead times. For more information, jump to the Set routes on shipping method section.

  • Delivery Product (Required field): the product listed on the sales order line as the delivery charge.

  • Free if order amount is above: checking this box enables free shipping if the customer spends above the specified amount.

Use the Availability tab to define conditions for the delivery method based on the order’s content or destination:

  • Countries: Specify one or more countries where the method is available.

  • Max Weight: Set a maximum weight; the method is only available for orders below this limit.

  • Max Volume: Set a maximum volume; the method is only available for orders below this limit.

  • Must Have Tags: The method is available only if at least one product in the order has one of these tags.

  • Excluded Tags: The method is unavailable if at least one product in the order has one of these tags.

For examples on how to configure specific shipping methods, refer to the sections below.

Fixed price

To configure a shipping price that is the same for all orders, go to Inventory app ‣ Configuration ‣ Delivery Methods. Then, click New, and on the shipping method form, set the Provider to the Fixed Price option. Selecting this option makes the Fixed Price field become available, which is where the fixed rate shipping amount is defined.

To enable free shipping if the amount of the order exceeds a specified amount, check the box Free if order amount is above and fill in the amount.

Example

To set up $20 flat-rate shipping that becomes free if the customer spends over $100, fill in the following fields:

  • Delivery Method: Flat-rate shipping

  • Provider: Fixed Price

  • Fixed Price: $20.00

  • Free if order amount is above: $100.00

  • Delivery Product: [SHIP] Flat

Example of filling out a shipping method.

Based on rules

To calculate the price of shipping based on pricing rules, set the Provider field to the Based on Rules option. Optionally, adjust Margin on Rate and Additional margin to include additional shipping costs.

Create pricing rules

Navigate to the Pricing tab and click Add a line. Doing so opens the Create Pricing Rules window, where the Condition related to the product weight, volume, price, or quantity is compared to a defined amount to calculate the Delivery Cost.

Once finished, click either Save & New to add another rule, or Save & Close.

Example

To charge customers $20 in shipping for orders with five or fewer products, set the Condition to Quantity <= 5.00, and the Delivery Cost to $20.

Display window to add a pricing rule. Set a condition and delivery cost.

To restrict shipping to specific destinations on the eCommerce website, in the shipping method form, navigate to the Destination Availability tab and define the Countries, States, and Zip Prefixes. Leave these fields empty if all locations apply.

Calculate delivery cost

Shipping cost is the Delivery cost specified in the rule that satisfies the Condition, plus any extra charges from the Margin on rate and Additional margin.

\[Total = Rule's~Delivery~Cost + (Margin~on~rate \times Rule's~Delivery~Cost) + Additional~margin\]

Example

With the two following rules set up:

  1. If the order contains five or fewer products, shipping is $20

  2. If the order contains more than five products, shipping is $50.

Margin on Rate is 10% and Additional margin is $9.00.

Show example of "Based on rules" shipping method with margins configured.

When the first rule is applied, the delivery cost is $31 (20 + (0.1 * 20) + 9). When the second rule is applied, the delivery cost is $64 (50 + (0.1 * 50) + 9).

Pickup in store

To configure in-store pickup, select Pickup in store in the Provider field and specify the pickup location in Warehouse.

To invoice the customer for the shipping cost to the pickup location, choose the Get Rate and Create Shipment option in the Integration Level field. Then, pick either the Estimated cost or Real cost radio options in the Invoicing Policy field to decide whether the added shipping charge on the sales order is the precise cost from the shipping carrier.

Route on shipping method

Optionally, set different warehouse delivery processes for a shipping method by configuring different routes for it.

Example

Configuring multiple routes per shipping method is helpful for adjusting warehouse delivery processes based on:

  • speed (e.g., use one-step delivery for express shipping, or two-step for standard shipping).

  • international shipping (e.g. use three-step delivery to prepare documents for customs)

  • in-store pickup or home delivery: ship from the central warehouse, or pick from the store’s stock, depending on customer selection.

To set up routes, go to Inventory app ‣ Configuration ‣ Routes. Click New, or select the desired route.

On the route form, in the Applicable On section, tick the Shipping Methods checkbox.

Routes form with the Shipping Methods checkbox selected.

Routes form with the Shipping Method checkbox ticked.

Then, go to Inventory app ‣ Configuration ‣ Delivery Methods, and select the desired shipping method.

On the shipping method form, in the Routes field, select the available fulfillment routes from the drop-down menu.

Note

If the desired route is not selectable, check that the Shipping Methods option is enabled in the route’s Applicable On section.

Show set routes on shipping method form.

By default, most shipping methods are created with two routes available for standard or express delivery.