Shopware 6.7.8.0 product_export
Product export/feed configurations (e.g. Google Shopping XML) with template, schedule, and Sales Channel.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| product_stream_id | binary(16) | NO | Index
Foreign Key → product_stream.id |
| storefront_sales_channel_id | binary(16) | YES | Index
Foreign Key → sales_channel.id |
| sales_channel_id | binary(16) | NO | Index
Foreign Key → sales_channel.id |
| sales_channel_domain_id | binary(16) | YES | Index
Foreign Key → sales_channel_domain.id |
| file_name | varchar(255) | NO | Unique |
| access_key | varchar(255) | NO | |
| encoding | varchar(255) | NO | |
| file_format | varchar(255) | NO | |
| include_variants | tinyint(1) | YES | Default: 0 |
| generate_by_cronjob | tinyint(1) | NO | Default: 0 |
| generated_at | datetime(3) | YES | |
| interval | int | NO | |
| header_template | longtext | YES | |
| body_template | longtext | YES | |
| footer_template | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| currency_id | binary(16) | NO | |
| paused_schedule | tinyint(1) | YES | Default: 0 |
| is_running | tinyint(1) | NO | Default: 0 |
| Index Name | Columns | Unique |
| file_name | file_name | Yes |
| fk.product_export.product_stream_id | product_stream_id | No |
| fk.product_export.sales_channel_domain_id | sales_channel_domain_id | No |
| fk.product_export.sales_channel_id | sales_channel_id | No |
| fk.product_export.storefront_sales_channel_id | storefront_sales_channel_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
4 relations