← Shopware 6.3.3.1

Shopware 6.3.3.1 sales_channel_api_context

Persisted API context/session data for headless Sales Channel API consumers.

Columns

3 columns

Column Type Nullable Additional
token varchar(255) NO Primary Key
payload longtext NO
customer_id binary(16) YES Unique Foreign Key → customer.id

Indexes

2 indexes

Index Name Columns Unique
customer_id customer_id Yes
PRIMARY token Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
customer_id customer id