Transact Finish Pull
When there are no more updates to download across the entire reverse synchronization process, the daemon must notify Talk2Sync that it has finished processing all updates for the current pull transaction.
This operation finalizes the complete pull cycle after the individual product and order downloads have been completed.
Finalize the Pull Transaction
Send a POST request to the global pull finalization endpoint:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/pull/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.
A successful response indicates that Talk2Sync has received the notification that all updates for the current pull cycle have been processed.
Process
Next Steps
- Review Set Finish Order Download to finalize order processing.
- Review Set Finish Product Download to finalize product processing.
- Review Get Next Order to Pull for the order retrieval flow.
- Review Get Next Product to Pull for the product retrieval flow.