DW.get_client_info (eng) - datawizio/pythonAPI GitHub Wiki

get_client_info – returns information about a client.

Shows the client's name, name of his chain store, date of the first and the last receipt of a customer in the chain.

Returns:

returns information about a client.

   {
       "shops": [
                   {"<shop_id>": "<shop_name>"},
                   ...
                ],
       "name": <client_name>,
       "date_from": <date_from>,
       "date_to": <date_to>
   }
⚠️ **GitHub.com Fallback** ⚠️