← Shopware 6.5.8.15

Shopware 6.5.8.15 integration

API integrations (machine-to-machine) with client ID/secret for the Admin API.

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
write_access tinyint(1) NO Default: 0
access_key varchar(255) NO Index
secret_access_key varchar(255) NO
label varchar(255) NO
admin tinyint(1) NO Default: 1
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES
last_usage_at datetime(3) YES
deleted_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
idx.access_key access_key No
PRIMARY id Yes

Relations (to this table)

3 relations

Local Field Foreign Table Foreign Field
id app integration_id
id integration_role integration_id
id notification created_by_integration_id