Hi,
I’m parsing the JSON object from a decoded JWT token from the WiX Restaurants “New Order Webhook” API @ https://dev.wix.com/api/rest/wix-restaurants/orders/new-order-webhook and in some key-value pairs I’m finding values of ID’s and GUID’s instead of actual the text result. How do I get the data for these ID’s and GUID’s, do I build a reference table, or do I need to call other API’s that these ID’s and GUID’s reference to capture/translate their text values?
Thanks,
Bill