I am attempting to retrieve Service Items from Quickbooks.
When retrieving ItemInventoryRetList
, I get some properties to work with, including SalesDescription
.
ItemInventoryRetList does however not return Service Items.
When running an ItemNonInventryRetList
or ItemServiceRetList
, I don't get any Description
properties from QBFC classes.
Looking at the response, I see it looks like I have to access the SalesorPurchase. aggregate to get at the description.