I need to get the Shopify Data via Web Activity in Azure Data Factory.
I can extract the data via Post Man without any issues. I used the same URL in Azure Data Factory, but it is throwing the error below:
{"errors":"[API] Invalid API key or access token (unrecognized login or wrong password)"}
The URL that works in Postman is https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json?
I used the same URL in Web Activity in ADF.
Can you please tell me what could be the issue here?
