Ask a Question
Purpose of the register webhook
I understand that the register POS webhook is supposed to return urls to the other endpoints, but is that the only purpose? Is there any action that needs to be taken on our side, such as doing something with the provided accountId and locationId? What are these provided for?
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?
Query which Channels are integrated with a location
Is it possible to query all the channels that are integrated with a specific location?
Get receipt
I see the POS certification form we have received refer to get receipt, but I can not see this documented in the API. I presume this must be a webhook for our system?
Failed order response
Would you please provide me the failed status get on create order API response?
Channels
How to get the API agreement with Deliverect
Hello,
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
Order Statuses
Hey! Wanted to confirm the following Order status flow for a system. Please validate if there might be any issues.
Order Received from Deliverect -> ACCEPTED -> PREPARING -> PREPARED -> READY FOR PICKUP -> IN-DELIVERY -> FINALIZED(After this status, the system doesn't make any changes to the order, hence it is closed).
Sample JSON file for Menu push
When pushing the menu to deliverect there are two ways. First one creating from scratch second on uploading a JSON file. I couldn't find the structure of JSON. Can you please give me that?