Using the shopify API with python I was able to create product on my personal store but when I want to use the same script on my company’s store I’m getting the below error.
my company’s shop uses 2-step authentication and I have the admin API key, API key and API secret key
{"errors":"[API] Invalid API key or access token (unrecognized login or wrong password)"}```
below is my shop url construct
SHOPIFY_URL = [email removed]