Skip to content

Delivery Time

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: