Im creating a store-channel through Shopware API (/api/sales-channel) and Accesskey is required
„accessKey“: „******************************“,
I can put a random value as accessKey and the sales channel is created but the Accesskey isn’t valid for use.
How to generate a valid Accesskey through the API?
But i need to create the AccessKey outside of Shopware, Using Laravel to set up a sales channel,
And a random base65 encoded 16 chars long alphanumeric string generates error: ‚Access key is invalid and could not be identified‘