Ask a Question

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

Api Integrationen

Hello I have to integrate zomato and swiggy and ubereats in my post with api how to do it please tell me step by step and I have to do it by deliverect
ANSWERED

add variant product

I have seen the example for add variant product in no.6 as it seems it need a variant product and variant group then the variations should be inside the variant group which is product type 3.. in my case the POS does not have a variant group it has a variant product and the variations is inside like: subProduct So is there any suggestions?
ANSWERED

Insert/update products

I'm trying to add a variant product with the variations at once, so i want it to appear inside the variant product using the Insert/update products api.. Could you please show me an example how to structure it ? In addition the variations productType should be = 1 ? and isVariant = true ? i would be glad if you show me a full example for that
ANSWERED

Register POS Url

Is register POS Url ("<https://yourwebhook.com/register">) is mandatory to use ip static or if there is another way to use it as localhost for testing. Thank you very much for considering my question . I look forward to your response.
ANSWERED

Is item productTags required?

In the past, when first developing for Deliverect, we had a warning when "productTags" was omitted from product sync. The original developer put in "No Allergens" (1000) to remove this warning. However, that seems to indicate that a product has no allergens rather than none reported. In samples I have seem in your API portal, productTags is missing as well. However, in one sample I saw "productTags": \[], which would be an empty array of allergens. Is the proper way to show "no reported allergens" to create products with the "productTags":\[] entry and would that remove the product sync warning?
ANSWERED

Modifier group to contain regular products in addition to modifiers

Hi there, Refer to [Menu Product Configuration documentation](https://developers.deliverect.com/page/product-types), there is a block mentioning that > Modifier groups can also contain regular products "productType": 1 inside apart from modifiers "productType": 2. Is it still the case and how we can achieve this?