Set Finish Order Download
When there are no more orders to download, the daemon must notify Talk2Sync that it has finished processing the pending order updates.
Finalize the Order Download
Send a POST request to the order download finalization endpoint:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/pull/orders/finish
The {{your key}} placeholder represents the key assigned to the reverse connection.
Request Body
The request body can be an empty JSON object:
{}
The endpoint should respond with HTTP 200 OK.
Process
Next Steps
- Review Get Next Order to Pull to understand how orders are retrieved.
- Review Notify Order Storage Success for successful order processing.
- Review Notify Order Storage Failure for failed order processing.
- Review the Order Download Protocol for the complete synchronization flow.