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