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.