---
title: Delivery Time
description: How to import delivery time data into Shopware 6 — by ID, by name, or by creating new delivery times.
---

![](https://firebearstudio.com/blog/wp-content/uploads/2021/10/import-delivery-time.jpg)

You can import delivery time fields into Shopware 6 using three different methods:

1. **By ID:** If all delivery times are already created in Shopware, you can import them using the `delivery_time_id` column in your import file.
2. **By Name:** If the delivery times are already set up in your store, but you don't want to look up all the IDs, you can import them using the `delivery_time_name` column. The app will automatically find the existing ID based on the name and attach it to the product.
3. **Creating New Delivery Times:** To create a new delivery time during import, use four columns: `delivery_time_name`, `delivery_time_min`, `delivery_time_max`, and `delivery_time_unit` to fully describe the new delivery time.

You can find an example in the [following table](https://docs.google.com/spreadsheets/d/1h3cDhYkSL9tisi0c0X3Okn5jQkMDQkRbPqzWp-c3Pyg/edit#gid=62690647&range=AV:AZ):

![](https://firebearstudio.com/blog/wp-content/uploads/2021/10/delivery-time.jpg)
