ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
396 stars 193 forks source link

Group by support in python SDK #273

Closed Mayank-Kyro closed 2 years ago

Mayank-Kyro commented 2 years ago

I checked QuickBooks online API and python SDK, and group by is not supported by them, is there any way to use group by in the QuickBooks online python SDK?

ej2 commented 2 years ago

Nope. The Quickbooks API would have to support "group by" for this library to support "group by".