Skip to main content

Quick start

This walkthrough builds one complete rule: a bicycle courier for the Munich city area, delivering within two hours, limited to carts up to 5 kg, for a flat €15.

Every rule needs three things

A rule only ever applies if it has at least one shipping class, at least one zone or country, and at least one rate tier. A rule missing any of the three never applies — no matter how well the rest is configured. Restrictions and dates are optional.

1. Create shipping classes

Shipping classes group your products (for example Standard, Fragile, Bulky goods). You define the class names in the app and then assign them to products in your Shopify admin using the forsellers.shipping_class metafield.

The shipping class list, with Add Shipping Class in the top right Assigning a shipping class to a product

The courier in this example carries two of them, Standard and Fragile — assign one of the two to every product the courier is allowed to take.

2. Create shipping methods

Shipping methods are the options your customers see at checkout. Create one named Munich bicycle courier with the description Delivered within 2 hours. Leave it active; inactive methods are ignored everywhere.

After saving, the app syncs the method into the General profile of your Shopify shipping settings so the checkout can reach it.

The method with its name, description and the Active toggle

3. Create shipping zones

Zones define where you ship. Create a zone named Munich restricted to country Germany and add the postal code range 8033181929.

The zone with country Germany and the ZIP range 80331–81929

4. Create the shipping rule

The rule ties everything together.

SettingValue for this example
NameMunich bicycle courier
Priority10 — lower numbers win over higher ones
Calculation methodWeight
Unitkg
Shipping classesStandard, Fragile
Zonesthe Munich zone
MethodsMunich bicycle courier
Rate tiersfrom (empty) to 5 → price 15

The rate tier does double duty here: it sets the €15 price and enforces the 5 kg limit. A 6 kg cart falls outside every tier, so the rule does not apply and the courier is not offered.

The rule's general section: priority 10, calculation method Weight, unit kg The rule's method, destination and the single rate tier up to 5 kg The rule's empty restrictions and its two shipping classes

5. Test the rule before going live

Open Preview, enter postal code 80331, country Germany, and add a product that carries the Standard class. The preview lists every rule and shows, criterion by criterion, which ones passed.

Preview with test data Preview result

The preview works on every plan, including Free — so you can build and verify your whole setup before you pay anything.

6. Check the storefront checkout

The method in the storefront checkout


Tip: Rules, zones and methods can be duplicated. On a detail page, click Copy next to Delete to use the current configuration as a template for a new entry.