Shipping Template

Shipping Template

Al_Noman
Shopify Partner
12 0 3
I want to automate the switching between shipping profiles based on inventory. I want to create 2 different shipping template. When product have inventory then show 2 to 4 days shipping in the checkout page and item has no inventory then it will show pre order. When item will go to preorder then the shipping template will show 4 to 6 weeks shipping. I will make it automatically.
Replies 6 (6)

Promer-Aila
Shopify Partner
191 14 64

Hi @Al_Noman 

 

Actually, Shopify doesn’t currently support automatic switching between shipping profiles based on inventory, but you can achieve this with a combination of Shopify Flow, third-party apps, or custom code.

With Shopify Flow, you can create an automation to tag products as "Preorder" when inventory hits zero, then adjust shipping rates based on tags.

Wit third-party apps, you can consider using Advanced Shipping Rules or ShipScout can help dynamically adjust shipping rates based on stock levels.

- Was my answer helpful? Please hit Like or Mark it as solution!
- Promer AI: AI-powered CRO Agents audit stores, uncover conversion blockers & bulk-generate high-impact content.
- Start your FREE trial today!
Al_Noman
Shopify Partner
12 0 3

Could you please show me how to do that?

 

Promer-Aila
Shopify Partner
191 14 64

With Shopify Flow:

  1. Go to Shopify Admin → Apps → Shopify Flow (install if you haven’t already).
  2. Create a new workflow:
    • Trigger: “Inventory quantity changed”
    • Condition: If inventory is less than or equal to 0
    • Action: Add a product tag → “Preorder”
    • (Optional) Add another action to remove the tag when stock is available again.

With third-party apps: 

you’ll need a shipping app like Advanced Shipping Rules or ShipScout to handle different shipping times.

  1. Install Advanced Shipping Rules from the Shopify App Store.
  2. Set up two shipping rules:
    • For in-stock products: 2-4 days shipping
    • For “Preorder” tagged products: 4-6 weeks shipping
  3. The app will apply shipping rules dynamically based on product tags.
- Was my answer helpful? Please hit Like or Mark it as solution!
- Promer AI: AI-powered CRO Agents audit stores, uncover conversion blockers & bulk-generate high-impact content.
- Start your FREE trial today!
Al_Noman
Shopify Partner
12 0 3

Al_Noman_0-1742273539010.png

I have 5 general templates. Can I only create the preorder template in the app? General templates are working from the app. and only preorder template will work from the app. Is it possible?

Al_Noman
Shopify Partner
12 0 3

Al_Noman_0-1742274747508.png

I have created this flow

Al_Noman
Shopify Partner
12 0 3

I can't find option to catch "Preorder" item in the app to make a shipping tempale