Wix API v2 - Retrieve item detail based on itemId

Hi
I am using wix API v2 to retrieve an order detail.
For instance:
https://api.wixrestaurants.com/v2/organizations/123456/orders/123456?viewMode=restaurant

Response looks like:
{
// Some content
{blabla}
{
“itemId”: “5547f08f-3e76-4358-a344-5924f83753f8”,
“variationsChoices”: [
[
{
“itemId”: “66832f04-5673-4765-b628-753492491bb6”,
“count”: 1
}
],

I would need to retrieve the detail associated to each item (identified by itemId), but I cannot find the related API.

Thanks for your help
Jerome

Hi,

To find the corresponding details of the items or choices, you’ll need to look up the menu for the restaurant and then cross-reference the IDs. You can find the menu under

https://api.wixrestaurants.com/v2/organizations/{orgId}/menu

Hope this helps,
Guy

Note that this forum is dedicated to Corvid. For questions regarding the Wix Developers Program, go to the Developers Program site .