Shopware 5.7.4 s_premium_shippingcosts
Graduated shipping cost tables — price tiers based on weight, price, or quantity.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| from | decimal(10,3) unsigned | NO | Index |
| value | decimal(10,2) | NO | |
| factor | decimal(10,2) | NO | |
| dispatchID | int(11) unsigned | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| from | from,dispatchID | Yes |
| PRIMARY | id | Yes |
