Getting Started
This guide will walk you through installing Rate Lab and creating your first custom shipping rate.Install Rate Lab
- Find Rate Lab in the Shopify App Store Visit the Shopify App Store and search for “Rate Lab” or use your direct installation link.
- Install to your store Click “Add app” and follow the prompts to authorize Rate Lab to access your store’s shipping settings.
- Open Rate Lab After installation, find Rate Lab in your Shopify admin under Apps. Click to open the Rate Lab workspace.
Your first custom rate
When you open Rate Lab, you’ll see three panels filled with a working example. Let’s understand what you’re looking at:Left panel: Your Liquid template
This is where you write your shipping logic. The default example shows a simple rate calculation:Top right panel: Order data (Context)
This shows what information Shopify provides about the order - items, quantities, destination, cart totals, etc. Your Liquid template uses this data to calculate rates.Bottom right panel: Rate results
This shows the shipping rates your template produces - what customers will see at checkout.Try modifying the rate
Let’s make a simple change:-
In the left panel, find this line:
-
Change it to charge more per gram:
- Click the Run button at the top
- Watch the bottom right panel update to show the new shipping price
What’s actually happening?
When a customer reaches checkout, Shopify sends order information to Rate Lab. Your Liquid template processes that information and returns shipping rates. The customer sees these rates as options at checkout. The three-panel interface lets you test your logic safely before customers see it. You can:- Edit your Liquid template (left panel)
- Test with different order scenarios (top right panel)
- See the resulting rates immediately (bottom right panel)
Next steps
Now that you understand the basics, learn more about:- Using the IDE - Deep dive into the workspace and available tools
- Understanding Your Data - Learn what information is available in your Liquid templates
- Shipping Examples - Browse ready-to-use templates for common scenarios