I’m trying to enable my app to write products to my dev store. I previously set this up by creating an app within the store, enabling scopes, and then generating a token like shpat_. Then, using the shopify admin client library, with the storefront domain and token, I was able to write products to the store.
I’m trying to figure out how this is done with the new dev dashboard, as I don’t see anywhere an admin token is created. Could someone point me in the right direction, or in the docs?