API: Create Invoice with existing Stock Items
Question asked by Lisa Porter 4 years ago
Hello,
I am attempting to create an invoice with line items that are existing Stock Items.
I want to be able to say something like 1 x StockItemId as a line item and it would pull the pricing automatically. This is the way it works in the web front end. It's possible to select one of the stock items from a drop-down list.
Looking at the documentation https://www.clearbooks.co.uk/support/api/docs/soap/createinvoice/ it seems that I have to specify the complete item details, like description, price etc... which i don't want to do..
How can i create an invoice with an existing stock item please?