- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
[REST] InvoiceItems have TaxationItems, adjust invoice-item SourceType:"Tax"
Problem:
When performing IIA's to write off invoices, some of the invoices were not zeroed out due to some of the items having TaxationItems associated with it.
https://www.zuora.com/developer/api-reference/#tag/Invoice-Item-Adjustments
Solution:
If you would like to get the info about Taxation Item, you may use POST query (https://www.zuora.com/developer/api-reference/#operation/Action_POSTquery) call to query TaxationItem (https://knowledgecenter.zuora.com/DC_Developers/G_SOAP_API/E1_SOAP_API_Object_Reference/TaxationItem) object.
You may use POST create call to create Invoice Item Adjustments.
https://www.zuora.com/developer/api-reference/#operation/Action_POSTcreate
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √