Ask a Question

Ask a Question
ANSWERED

ORDER PLACE END POINT

hi have added https://kiosk.limerr.co/adminpos/api/v1/deliverect_register for order place api but its not working. have check this url is working.
ANSWERED

the unique identifier plu or _id

I came through previous questions and found something interested 1 - in this one https://developers.deliverect.com/discuss/62fcdcd077c90d0686794545, Here your answer means that [plu] is the unique identifier but as example category array contain product & subproduct array contain [_id] !! what to do, I need to use plu as you said but it's not exist in testing data !!! 2-Can i use [_id] as unique identifier or its outdated ? Thank you...
ANSWERED

{{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
ANSWERED

Integration with an in-house dining app

How do I integrate Deliverect with an in-house dining app, so that the app can download the menu from deliverect and send orders to Deliverect?
ANSWERED

Sync Products (GET) Webhook can not get the parameter "previewSync" when click the button "Sync preview"

Hi ,We implement the Sync Products (GET) Webhook URL ,follow the documentation , https://developers.deliverect.com/reference/get-products. However,when we click the button https://frontend.staging.deliverect.com/locations 【Location-Sync products-Sync preview】cannot get the parameter "previewSync" but 【Location-Sync products-Force sync】can get the parameter "forceUpdate" We don't know what went wrong Thanks
ANSWERED

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?
ANSWERED

some questions about POS Api

What do you mean by account? and related accounts? is the account relies on me as a restaurant or it means the delivery apps? What is the account type mean? partner, chain, the customer. A property called PosSystem. what it means could you tell me what is the names of each type me as restaurant the delivery | ordering app
ANSWERED

ORDER PLACE API

hi i am trying to place order using api but it returns insufficient_permissions.
ANSWERED

Delivery chano

I’m Co-Owner of AllStar Deliveries out of the Bay Area, we’re an upstart, 6 drivers, however we don’t have a direct order line with the Restaurants, still going through Doordash, etc, can you help us get our own orders?
ANSWERED

POSt channel status only relevant Id is the `channelLinkId` ?

In the POST channel status endpoint(https://developers.deliverect.com/reference/post-channel-status), we need to listen to a location register event. We get as a response the following: ``` { "status": "active", "channelLocationId": "{{externalChannelLocationId}}", "channelLinkId": "{{channelLinkId}}", "locationId": "{{locationId}}", "channelName": "Space Channel" } ``` It seems to us that the only useful Id here is only the `channelLinkId`, since this is the same Id that we receive in the POST menu push call. Is there any benefit for us to store the `locationId` and the `channelLocationId`? Or can we just disregard them? Thank you for your time