php - Products Query from Quickbooks Online -


i working on quickbooks api php , trying data quickbooks , storing in mysql. got customers , vendor working. cannot product working.

does know product table called in quickbooks.

for customers:

select * customer --worked 

for vendors:

select * vedor --worked 

for products trying:

select * product --didn't work 

does know query return products quickbooks.?

from link mkaatman provided, looks products called items. try this.

 select * item  

Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -