Commerz Data

These endpoints are dedicated to retrieve a user.

User

Retrieve a user.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/commerzdata/user/<USER>

Parameters
Parameter Type Description
USER (*) String User uuid or internal id
Response Parameters
Parameter Type Description
status Boolean Processing status of your request
uuid String User uuid
market String Market uuid
shared_id String internal identifier, specified at the location where commerzdata is initiated
group String group name, specified at the location where commerzdata is initiated
created_time int Timestamp of creation
synchronization_status Boolean synchronization status, if false the user will not be synchronized in the future
synchronization_time int Lasy synchronization timestamp
connector_status Boolean Status of connector
require_infos Boolean if true, you probably need to ask the user to fill in their information again
contact Object User's personal information
address String User's address list
orders String List of user's commands
basket String List of items in user's cart
Example
Request
curl 'https://api.datenly.com/api/commerzdata/user/<USER>' \
-H "Authorization: <token>"
Response