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

c# - Update a combobox from a presenter (MVP) -

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

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -