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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -