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

DW.download_data - starts downloading of a client's data

Parameters

  • path: str

    Path where an archive with a user's data will be created. If it is not set, then the path to Datawiz library will be used.

    Returns

    Creates an archive with a user's data which includes shops, POS, cashiers, units of measurement, products, stock, prices and receipts.

    Examples

    dw = datawiz.DW()
    dw.download_data(path='/home/user/data/')
    
  • ⚠️ **GitHub.com Fallback** ⚠️