---
title: Shipping Configuration and Management | Shopware Community Hub
description: >-
  Learn how to configure shipping methods, set up pricing structures, and manage
  delivery times in Shopware to provide reliable delivery options for your…
canonical_url: 'https://hub.shopware.com/learn/unit/user-process-shipping'
---

# Shipping Configuration and Management

<LearningObjectives>

- Understand the key components of shipping in Shopware, including methods, delivery times, and cost structures.
- Learn to configure and customize shipping methods based on product type, weight, and value.
- Set up and assign custom delivery times to products for transparency at checkout.
- Apply Rule Builder conditions to shipping availability and cost settings.
- Utilize the price matrix for complex, multi-condition shipping logic.
- Build tailored shipping strategies to match business needs and improve customer satisfaction.
- Gain hands-on experience through scenarios.

</LearningObjectives>

# Shipping

<YoutubeEmbed link="https://www.youtube.com/watch?v=vnxA_HU2EFY"/>

Shipping is a critical aspect of ecommerce operations, encompassing the methods, costs, and delivery times that determine how products reach customers. Shopware provides robust tools to configure shipping settings, ensuring flexibility for various business needs while maintaining transparency and convenience for customers.

## What is shipping?  

Shipping involves the processes and logistics of delivering products to customers. In Shopware, shipping configuration includes:  

- **Shipping Methods**: Define how products are delivered (e.g., standard shipping, express delivery).  
- **Delivery Times**: While Shopware provides predefined delivery times, businesses with unique requirements can create custom delivery schedules.  
- **Shipping Costs**: Set up pricing based on factors like weight, dimensions, or region.
- **Tracking URL**: Embed tracking URL to track the orders.

- Availability Rules  
Using **Rule Builder**, merchants can define conditions under which the shipping method is available. For example:  
- Offering free shipping for orders above a certain amount.  
- Restricting specific shipping methods to particular regions or customer groups.  

- Tax Settings  
Assign a tax rate to each shipping method to ensure compliance with regional tax regulations.

- Price Matrix  
The **price matrix** is a powerful tool for creating complex shipping cost structures.

A well-defined shipping setup ensures clear customer communication, builds trust, and enhances the shopping experience.

## Scenario: Set custom delivery time

Strum & Co. offers custom-made guitars that require time for production before they can be shipped. To set clear customer expectations, this requires a custom delivery time of 3-4 weeks. The goal is to put this custom delivery time and display it during checkout.

<ShopdevInstance plugin="lp15" step="DoNotDisplay" plan="rise" />

### Step 1: Create a Custom Delivery Time

1. **Navigate to Delivery Times**:
   - Go to **Settings** -> **Delivery Times** in the Shopware admin panel.

   ![Delivery time dashboard](./assets/delivery_times.jpg)

2. **Add a New Delivery Time**:
   - Click **Add Delivery Time** to create a new entry.

3. **Set Delivery Time Details**:
   - **Name**: "Weekly Production"
   - **Unit**: Select **Weeks**
   - **Minimum Time**: `3 weeks`
   - **Maximum Time**: `4 weeks`

   ![Configure delivery time](./assets/custom_delivery_add.jpg)

4. Save the Custom Delivery Time

### Step 2: Assign the custom delivery time to the product

1. **Navigate to Catalog**:
   - Go to **Products** . Select **ST-Acoustic Guitar**

2. **Assign the Custom Delivery Time**:
   - In the**Deliverability** section, select **"Weekly Production"** from **Delivery Time** dropdown.

   ![Assign delivery time](./assets/custom_delivery.jpg)

3. **Save Changes**.

### Step 3: Ensure delivery time is displayed in Cart and Checkout

1. **Add a Custom-Made Guitar to the Cart**:
   - Go to your storefront and add a **custom-made guitar** to the cart.

2. **Proceed to Checkout**:
   - During checkout, you should now see the **custom delivery time** displayed as **"3-4 weeks for production"**.

3. **Verify in Cart Page**:
   - The delivery time should also appear clearly on the **cart page**, ensuring transparency.

   ![Verify delivery time](./assets/delivery_time_storefront.jpg)
  
When customers order a **custom-made guitar** from Strum & Co., they will view the **3-4 week production time** on the product page, in the cart, and at checkout. This helps them know exactly when to expect their guitar, ensuring better satisfaction and minimizing confusion.

This fosters **transparency** and **clear communication** at every step of the purchase.

## Complex Shipping Costs

Shipping costs may sometimes depend on intricate factors, such as weight, dimensions, destination, or carrier-specific rules. It's essential to understand the requirements first and plan the shipping logic accordingly to handle such scenarios.  

You might use a forwarding agent with unique cost structures for large items like furniture. In this scenario:  

- Create a **specific shipping method** for the forwarding agent.  
- Define **availability rules** for the method, such as restricting it to items above a certain weight or size.  
- Use the **price matrix** to calculate costs based on item dimensions or distance.  

<Callout type="info" title="Plan Your Shipping Strategy">  

Complex shipping setups can enhance the customer experience by offering tailored options. Before configuring advanced shipping rules, take the time to understand your products, customer base, and logistical needs.  

</Callout>  

## Activity: Shipping Configuration for a Guitar Shop**

You run an online guitar shop selling guitars, accessories, and amplifiers. You need to configure a shipping method called "Guitar Express Shipping" with the following requirements:  

- **Guitars** (items heavier than 5kg) should have a shipping cost of €20 and a delivery time of 5-7 business days.  
- **Accessories** (items lighter than 5kg, like guitar strings or tuners) should have a shipping cost of €10 with a delivery time of 2-3 business days.  
- For orders above €200 (for guitars), you want to offer **free shipping**.  

You will need to configure the shipping settings in Shopware to reflect these requirements and ensure the correct shipping method is applied based on the items in the cart.
By leveraging Shopware's shipping tools, merchants can provide transparent and flexible delivery options, enhancing customer satisfaction and building trust. For detailed guidance, explore the [Shopware 6 documentation on shipping setup](https://docs.shopware.com/en/shopware-6-en/settings/shipping).

## Conclusion

Effective shipping configuration is a cornerstone of successful ecommerce operations. By carefully planning and implementing shipping methods, delivery times, and pricing structures, merchants can create a seamless shopping experience that meets customer expectations. Remember that shipping is not just a logistical necessity but also a competitive advantage - offering clear, reliable, and flexible delivery options can significantly impact customer satisfaction and repeat business. Regular review and optimization of shipping settings will help ensure your business remains competitive in the ever-evolving ecommerce landscape.
