# Order Ready This endpoint allows merchant to notify the Keeta platform that an order has been fully prepared and is ready for rider pickup. 1. Keeta strongly recommends that developers integrate this API to significantly enhance delivery efficiency. 2. Calling this endpoint automatically updates the order status to '' in Keeta's system. 3. This API . 4. It is crucial to call this API only after meal preparation is fully completed to avoid disrupting the delivery workflow. Premature or mistaken invocations could lead to delivery inefficiencies and negatively affect the overall customer experience. Endpoint: POST /order/prepare Version: v.1.0.0 ## Request fields (application/json): - `orderViewId` (integer, required) Unique identifier for orders on Keeta platform Example: 756823555555859 - `shopId` (integer, required) Unique identifier of the Keeta store Example: 466663 ## Response 200 fields (application/json): - `code` (integer, required) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. - `message` (string, required) Text description corresponding to the status code, explaining the operation result or error cause to users. Example: "Success"