Ask if Fetching
This endpoint allows the daemon to determine whether Talk2Sync is currently requesting data from the external system.
Request
GET https://api.talk2sync.com/api/adapters/custom/reverse/connection/{{your key}}/ping
The {{your key}} placeholder represents the connection key assigned to the reverse connection.
Response
The endpoint should return the current connection status in a JSON structure similar to:
{
"connectionstatus": "fetchingremote"
}
The fetchingremote status indicates that Talk2Sync is requesting information from the external system. The daemon can use this status to determine whether it should begin the corresponding upload process.
Next Steps
- Continue with Push Products Page to send product data.
- Continue with Push Orders Page to send order data.
- Review the Reverse Connections Protocol for the complete synchronization sequence.