How do you find the Order ID from the Admin page

Solved
LisaJ1
Tourist
6 0 1

I am calling Get Order API and need to pass in an Order ID, but I don't know what the order ID is for a given order.   How do I find the order ID when logged into the admin page?

Accepted Solution (1)
teoalmonte
Shopify Partner
15 1 4

This is an accepted solution.

Go to an order page while logged in and add .json to your URL and you will see the order object and the ID you are looking for.

 

https://yourstore.myshopify.com/admin/orders/424542543

add .json

https://yourstore.myshopify.com/admin/orders/424542543.json

View solution in original post

Reply 1 (1)
teoalmonte
Shopify Partner
15 1 4

This is an accepted solution.

Go to an order page while logged in and add .json to your URL and you will see the order object and the ID you are looking for.

 

https://yourstore.myshopify.com/admin/orders/424542543

add .json

https://yourstore.myshopify.com/admin/orders/424542543.json