Shopware 6.1.1 shipping_method
Available shipping methods with delivery time, pricing type, and tax configuration.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| active | tinyint(1) unsigned | NO | Default: 1 |
| availability_rule_id | binary(16) | NO | Index
Foreign Key → rule.id |
| media_id | binary(16) | YES | Index
Foreign Key → media.id |
| delivery_time_id | binary(16) | NO | Index
Foreign Key → delivery_time.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.shipping_method.availability_rule_id | availability_rule_id | No |
| fk.shipping_method.delivery_time_id | delivery_time_id | No |
| fk.shipping_method.media_id | media_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
3 relations
| Local Field | Foreign Table | Foreign Field |
| availability_rule_id | rule | id |
| delivery_time_id | delivery_time | id |
| media_id | media | id |
Relations (to this table)
7 relations