Ask a Question

Ask a Question
ANSWERED

Order Delivery Update

Hello, I want to pass an order delivery status to an order but when I try, I get the following error message : { "message": "exceptions must derive from BaseException" } One more thing, How do I pass the status integer value in this endpoint : https://api.staging.deliverect.com/fulfillment/location/{orderId} How will it know which location's OrderId is this? Since there can be same Order Id for a different Location
ANSWERED

Is it possible to get products from a specific location?

Hi, is it possible to add a locationId param on https://developers.deliverect.com/reference/get-products-for-account api to fetch all the products created on a location?
ANSWERED

Max payload for update menu.

Hi, what is the max payload size for update menu? Regards, WO
ANSWERED

Query which Channels are integrated with a location

Is it possible to query all the channels that are integrated with a specific location?
ANSWERED

Menu API & Data

Hi All, I need to ask some questions - is there a limit for nested modifiers levels or it's infinite !? - in testing menu data I found products [not Bundle] with price = 0 !!!? what that mean ! - if PLU is the unique identifier, why it's missing in some data [ex: category contains products, sub products array of IDs but there is no PLU array that tell me which products belong to this category] thanks
ANSWERED

Payment Method Card at Home

Hi, Shouldn't API have another type of payment. In Card Person? This is extremely common everywhere. Tks
ANSWERED

menu modifiers

hello, I need to know something in testing data, Inside the Modifiers object there are duplicates like ( two Pepperoni ) with different ids and different plu, but both pepperonis appear in the UI of the menu-publish as Only one Modifier as a parent with customization of two child pepperonis in two different modifier groups. So, how is the connection between two child pepperonis and parent pepperoni ?? knowing that posProductId and modifier name is same between two modifiers (pepperonis) in testing data. thank you
ANSWERED

How can I sign the API agreement so i can receive my Client_ID and Client_Secret?

How can I sign the API agreement so i can receive my Client_ID and Client_Secret?
ANSWERED

Problem with validation menu.

Hi, we got an error with validation menu as follows "products having themselves as modifiers". With the error message "p_205 - p_205_o_list_1 - p_205_o_39 - p_205_o_39_t_list - p_205_t_63,...." but we cannot see that products having themselves as modifiers. How we can fix this?
ANSWERED

POS REGISTRATION

hi i am registering my pos with this example https://developers.deliverect.com/reference/post-register-pos after putting my pos url in Register POS URL field submitted register button, it shows "Failed to register POS: The request made to the the POS Registration URL returned an invalid HTTP status code: 406". have already tested by changing my url method post and get both but its still not working. also returning with response as shown in document example. is there anything i am missing.