Unable to create orders by using POST /admin/api/2022-07/orders.json

Hi @namansharma , you should follow the steps here https://shopify.dev/docs/api/admin-rest/2023-04/resources/order#post-orders, using a POST to that endpoint with a json content type should create an Order. The results you are describing seem to suggest it is a GET request that is being made. Perhaps you can test this in a client like Postman.