Is there a way to get an OrderID from an OrderNumber or InvoiceNumber?
Thanks
Hi @rsirota ,
The easiest way to see the Order ID is to copy it from the end of the order URL.
For example, when you click on order you'll see a URL like this one:
abcdefg.shoplightspeed.com/admin/orders/6510930
In this case, 6510930 is your order ID.
You can also see the JSON version of an order by removing the .HTML from an order's URL and replacing it with ".json". Example:
abcdefg.shoplightspeed.com/admin/orders/6510930.json
Scroll down and click on "invoices":
On that section you'll see the Order ID as "order_id":
And the Invoice ID as "id":
If you have any other questions please do not hesitate to email or call Lightspeed support.
Geanny
Answers
Hi @rsirota ,
The easiest way to see the Order ID is to copy it from the end of the order URL.
For example, when you click on order you'll see a URL like this one:
abcdefg.shoplightspeed.com/admin/orders/6510930
In this case, 6510930 is your order ID.
You can also see the JSON version of an order by removing the .HTML from an order's URL and replacing it with ".json". Example:
abcdefg.shoplightspeed.com/admin/orders/6510930.json
Scroll down and click on "invoices":
On that section you'll see the Order ID as "order_id":
And the Invoice ID as "id":
If you have any other questions please do not hesitate to email or call Lightspeed support.
Geanny