Ask a Question

Ask a Question
ANSWERED

about menu

how can send [channelLinkId] if I'm not definition menu in dashboard , can send null or empty
ANSWERED

Munes

I need Json Format for Pull Mune because I'm not understand
ANSWERED

Nutrition Api

Is there a way to get all Nutrition for single menu? Item?
ANSWERED

Order webhook rating field

The order webhook rating field is marked as string in the document, but the returned type is array
ANSWERED

received orders

why are all the Customer details included in the note section of the JSON when there are empty fields for those details
ANSWERED

Not calling createJob webhook

created test order and calling validate delivery job webhook and it return response data, but after that how to call createJob endpoint, it automatically calling from deliverect or i need to manage createJob api
ANSWERED

Dual Menus

Does Deliverect have the capability to differentiate between a lunch menu and dinner menu when integrated with a Revel POS system? For example, can Deliverect “lockout” the lunch menu during the dinner time period and the dinner menu during the lunch time period?
ANSWERED

Order payload

I have a POS system, I prepared the orders webhook endpoint and received the test order successfully I was wondering do I have to store all the data came from deliverect order payload? it's looks a huge number of data so I need to know what is the required data to store it and i will be asked to return it again later to deliverect for another api's for instance courierUpdateHistory Do i need to store it and is there any api for pos to update this history later ? Please let me know the what is the mandatory data that i have to store it
ANSWERED

Why is the taxes field always empty in the order notification object?

When I make an order on the staging environment, the taxes array is always empty: ``` taxes": [], .... ``` even if the products included in the order have taxes set up. The glossary describes what taxes could look like: <https://developers.deliverect.com/page/glossary-pos-orders> <br> Is there a way to include taxes in orders? Thanks.
ANSWERED

Overloads and Price Levels

Hi, I have 2 questions: **Question 1:** Please could you explain which takes precedence when both a price overload and a price level are applied to the same product or modifier? For instance, if I have a modifier called Ketchup with a base price of £0.50, price level on "UE" of £0.75 and inside a modifier group I set a price of £1.00. What price will Ketchup be when inside the modifier group while on the "UE" price level? **Question 2:** Is there any further details on how overloads work beyond the Overloads section on this page? <https://developers.deliverect.com/page/product-configuration> I notice when checking the response in the menu previewer that after making overloads products, a lot of the effected products/nested products seem to get created multiple times but with a different `plu` based on another parameter called `pluProps`, but when I google or search the docs, there's no reference to "pluProps" or anything about alias products getting created. Details on how this is working would be much appreciated so we can match the development on our POS to make it easier to sync products and integrate with Deliverect. Thanks! <br>