Skip to content

How to create an Invoice with shipping amount line item? #124

Answered by mcclowes
mcclowes asked this question in Q&A
Discussion options

You must be logged in to vote

This validation error is raised when the item ref does not exist in QBO. To overcome this you would need to retrieve the correct item id using the GET items endpoint: /companies/{companyId}/data/items. From here you should be able to find the correct itemRef.id and use that in the POST invoice request.

Let me know how you get on.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mcclowes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant