Commerz Data

These endpoints are dedicated to start synchronization for a user.

User

User synchronization.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/commerzdata/user/<USER>/sync?sync_targets=<TARGETS>

Parameters
Parameter Type Description
USER (*) String User uuid
TARGETS String Can be one of (basket,orders,contact)
if you want to have more than one, separate them by (,) like basket,orders
if not specied all field will be synchronized
Response Parameters
Parameter Type Description
status Boolean Processing status of your request
Example
Request
curl 'https://api.datenly.com/api/commerzdata/user/<USER>/sync?sync_targets=<TARGETS>' \
-H "Authorization: <token>"
Response