I’m trying to access the details of an order via the REST API endpoint. I’m receiving a “Not Found” (404) but the order does exist. From the shopify Admin UI I can add “.json” to the url from the order that is currently being displayed. Using this method the order json is displayed. This is causing a problem because I have an integration that retrieves the order via the REST API. The only thing I determine about the order is that the line item is for a product that no longer exists.
Hoping someone has seen this before.
Thank you.