Set Finish Product Download
When there are no more products to download, the daemon must notify Talk2Sync that it has finished processing the pending product updates.
Finalize the Product Download
Send a POST request to the product download finalization endpoint:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/pull/products/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 Product to Pull to understand how products are retrieved.
- Review Notify Product Storage Success for successful product processing.
- Review Notify Product Storage Failure for failed product processing.
- Review the Product Download Protocol for the complete synchronization flow.