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

get_shops – returns information about a shop.

Returns information about a shop: name of the shop, its address, location on the map and geographic position.

Returns:

Returns a list of a client's shops.

   [ {
       '<shop_id>': {
                       "name": <shop_name>,
                       "area": <shop_area>,
                       "longitude": <shop_longitude>,
                       "latitude": <shop_latitude>,
                       "address": <shop_address>,
                       "open_date": <shop_open_date>
   
       }
       ...
   } ]
⚠️ **GitHub.com Fallback** ⚠️