A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I can do development job a little.
I have a Shopify store and want to get the original order information.
How to get it or is there some apps could do this?
https://<yourshop>.myshopify.com/admin/api/2021-10/orders/<order-id>.json
The orderid is the tech id, not the 'order number' you see on the shopify screen.
The id is the one that is used in the url when selecting an order.
Everything is there about the order you need to know.
You need basic knowledge how json works and how to use the data