Ask a question
Eat in (order from table) flow
Hello,
From what I have read in the API documentation the flow is the same for eat-in as for delivery. And I don't think it's a good UX to ask the customer to pay(create a new order - API request) for every bear he orders.
I want to know if it's possible to implement the following flow, or something similar:
- customer opens the menu and adds some products to the cart => we send an API request to open a table with some products
- the customer adds more products => we send an API request to update the order and add the new products
- customer wants to leave and pay the bill => we send an API request to close the table and mark the order as paid
From your experience what is the best flow we can implement for eat-in?
Have a great day,
George
Posted by George Dragnea about 2 months ago
The letters of СHUZEAT (Channel 10159) not all in ASCII code
After I save the result from Get Channel List API into my database, I find that the letter C in СHUZEAT is (A7 B3), Not a ASCII Code (43). It looks the same in the Textbox. But when I select data from database with order by name, this channel is always the last one.
Posted by Jasper Chen about 2 months ago
How to decipher productType field in POS order webhook
There is a field `items.productType` in the (Glossary - POS Orders)[https://developers.deliverect.com/page/glossary-insert-products] documentation page, which has a link to the list of possible values and their meaning, but the link is broken.
Our current integration is working, but I just want to be sure that in future that information will be available in case of any discrepancy.
Posted by Vadim Reutskii 2 months ago
Payment Status/Details from Deliverect
How do I get the payment details for a particular order from Channel/Deliverect Platform to my POS System? No such API is provided at https://developers.deliverect.com/reference/get-linked-accounts.
Kindly help on the same.
Posted by Kshitij V Adsule 2 months ago
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?
Posted by Kash 2 months ago
Create account
Hey,
How to create account for use API integration ?
if it is paying how much and how to pay
Posted by KABAMBA MUSHIBA JOEL 3 months ago
How to get webhookUrl, I have test client_id?
I have test client_id, but I am little bit confuse how to create webhookUrl ?
Thanks
Posted by Gyan 3 months ago
Update Order Status return 524 Error
Recently, when I check the log on my server, I found there are some 524 Error with empty message when use Update Order Status API(post https://api.staging.deliverect.com/orderStatus/{orderId}). I check the API Documents, nothing about this error. Is there something wrong with my request?
Posted by Jasper 3 months ago
{{restUrl}}{{channelName}}/order/{{channelLinkId}} throwing empty list
The response message for the above endpoint
{{restUrl}}my-orders?where={"account":"{{accountId}}","location":"{{locationId}}","status":1,"_updated": {"$gte": "2029-02-20T00:00:00.000Z"}}&sort=-_created
I have test Client ID and Client secret
_________________________________________
{
"_items": [],
"_links": {
"parent": {
"title": "home",
"href": "/"
},
"self": {
"title": "orders",
"href": "my-orders"
}
},
"_meta": {
"page": 1,
"max_results": 25,
"total": 0
}
}
Thank You
Posted by Gyan Smith 3 months ago
Why can't the products created in the delivery process be placed in pos when placing an order
Why can't the products created in the delivery process be placed in pos when placing an order
Posted by victor 4 months ago