Shopware 6.7.8.0 integration
API integrations (machine-to-machine) with client ID/secret for the Admin API.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| 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 | |
| Index Name | Columns | Unique |
| idx.access_key | access_key | No |
| PRIMARY | id | Yes |
Relations (to this table)
4 relations