Endpoints Reference
Data Sync
Trigger a Data Sync
POST
/v1/{siteEnv}/{siteId}/status/{syncDataType}
PATH PARAMETERS
siteEnv
string
*Example: live
siteId
string
*Example: bobs-store
syncDataType
string
*Example: products
Either products
or customers
RESPONSES
201
Initiated Data Sync
400
Unable to trigger another data sync as there is one in progress
401
Auth Failure
500
System Exception