Creating a credit memo using a web service: Ensure the tax amount is always set to 0.
I'm attempting to generate a credit memo through the web service: https://servername/fscmService/CreditMemoService?WSDL
My goal is to have the line amount set to 100%, while ensuring the tax amount is consistently set to 0. Despite my attempts to pass a tax percentage and amount of 0 in the payload, it hasn't been successful. How to achieve this?
0