Set Finish Order Pushes
When the daemon has finished sending orders to Talk2Sync, it must finalize the order push operation.
The finalization endpoint depends on the synchronization strategy used during the order push.
Important: The source content specifies
/push/products/finishfor a normal order push. This is preserved below as provided.
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/orders/finish
Finalize a Normal Push
If the daemon was asked to perform a normal push, the provided protocol specifies:
POST https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/push/products/finish
Request Body
The request body is ignored, so send an empty JSON object:
{}
Process
The finalization endpoint is selected according to the strategy used:
Next Steps
- Review Push Orders Page for the order upload process.
- Review Set Finish All Pushes to complete the overall push operation.
- Review the Order Upload Protocol for the complete order synchronization flow.