1
votes

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:[email protected]/admin/orders.xml

However, the post request doesn't work for this formate: https://API_KEY:[email protected]/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.

2

2 Answers

1
votes

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

0
votes

the response xml, it seems a permision issue :

You do not have products write permissions.