Shopware 6.4.3.1 swag_paypal_pos_sales_channel_product
Product sync mapping between Shopware products and PayPal Zettle catalog items.
| Column | Type | Nullable | Additional |
| sales_channel_id | binary(16) | NO | Primary Key
Foreign Key → sales_channel.id |
| product_id | binary(16) | NO | Primary Key |
| product_version_id | binary(16) | NO | Primary Key |
| checksum | char(32) | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.swag_paypal_pos_sales_channel_products.sales_channel_id | sales_channel_id | No |
| PRIMARY | sales_channel_id,product_id,product_version_id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| sales_channel_id | sales_channel | id |