Set Finish Product Pushes
When the daemon has finished sending products to Talk2Sync, it must finalize the product push operation.
The endpoint used to finalize the operation depends on the synchronization strategy that was selected during the product push process.
Finalize a Sample Push
If the daemon was asked to send a sample for health-check purposes, call:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/pingsample/products/finish
Finalize a Normal Push
If the daemon was asked to perform a normal product push, call:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/push/products/finish
Request Body
The request body is ignored. Send an empty JSON object:
{}
Process
The daemon should select the finalization endpoint according to the strategy used:
Next Steps
- Review Push Products Page for the product upload process.
- Review Set Finish All Pushes to complete the overall push operation.
- Review the Product Upload Protocol for the complete product synchronization flow.