1

I am writing a private integration app from MS NAV to shopify api. I can use the api for Get Request, e.g. https://API_KEY:PASSWORD@wolf-wiegand-and-davis1433.myshopify.com/admin/orders.xml

However, the post request doesn't work for this formate: https://API_KEY:PASSWORD@wolf-wiegand-and-davis1433.myshopify.com/admin/products.xml.

I got a 403 status error.

anyone knows what could be wrong? or the api doesn't support post for the request.

thanks.

Alex Peck
  • 4,603
  • 1
  • 33
  • 37
dave
  • 67
  • 5

2 Answers2

1

It appears that your app's permissions have been corrupted. Creating a new app will give you credentials that should include all permissions.

Samuel
  • 37,778
  • 11
  • 85
  • 87
0

the response xml, it seems a permision issue :

You do not have products write permissions.

dave
  • 67
  • 5