Generate access token using OAuth flow
Required API Scopes: read_products, write_products, read_inventory, write_inventory
This method stores the access token in your session. For production use, consider storing tokens securely in a database with encryption. Never share your access token publicly or commit it to version control.