What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

how to pull the information of orders

how to pull the information of orders

lewen
Tourist
5 0 1

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?

Reply 1 (1)

syrynj
Visitor
3 0 0

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