Ask a Question

Ask a Question
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>
ANSWERED

Maitre'D setup with your Deiverect Tunnel Version 6.0

What port does Deliverect use in Maitre'd in the setup? ![](https://files.readme.io/773f5ef-image.png) Thank You
ANSWERED

Creating a linked account on Staging

Hello, I would like to create a customer account on staging for testing. Is there a document that describes the account creation process? Thanks, F.
ANSWERED

I am trying to create an Order and i Get this error on the POS "'str' object has no attribute 'get'"

'str' object has no attribute 'get', it works on postman though
ANSWERED

Push menu has no records and results

The push menu prompts that it has been added to the queue, but the operation records and results are not consistent.
ANSWERED

How to configure regular products (productType 1) inside modifier groups (productType 3) via portal?

Hi, In the [Menu Product Configuration documentation](https://developers.deliverect.com/page/product-types) it says: > Modifier groups can also contain regular products "productType": 1 inside And also in the [POS Product Configuration documentation](https://developers.deliverect.com/page/product-configuration#modifier-groups) it says: > This same structure can also be applied to group together products (productType:1) within modifier groups (productType:3) However, when trying via the staging portal by going to Products > Modifier groups > Select modifier group > Add a modifier, this only shows modifiers (productType 2), not products (productType 1). Is it only possible via the API?
ANSWERED

Review and ratings data via programatically

Hi, We are interested in improving business insights by having more consistent and frequently updated reporting on reviews and ratings information from delivery networks. As businesses begin to scale, manually exporting csv's from these networks would no longer be efficient. Does Deliverect offer any of this data via it's API or webhooks for the delivery networks connected, if so, what types of information can be accessed by integrating with Deliverect?
ANSWERED

Get the Price Level for a product when receiving an Order Notification

Hello, I would like to get the \[price level](<https://developers.deliverect.com/docs/price-level-configuration>) that a product was ordered with. I've looked at the fields in [the order notification request model](https://developers.deliverect.com/reference/post-orders-webhook) but I can't find anything that would indicate the price level. I would like to get access to this field for reporting and tax reasons. Thanks.
ANSWERED

Integration with Odoo

Can you please give us API sandbox testing environment for odoo ERP integration.