Can not set custom Sales tax amount

I'm syncing orders from the eCommerce store to Sage 50 US using .net SDK.

The sales tax amount is calculated based on different sales tax percentage. I can not configure each time in sage 50 as I make changes in tax percentage in the eCommerce store.

Currently, SDK let me set sales tax amount by setting the reference to sales tax code. And it calculates the amount on its own.

Note below I'm just using first tax code to showcase. I do not only want to set saleTaxCode reference, but I also want some way to set the custom amount.

SalesTaxCode salesTaxCode = salesTaxCodeList.FirstOrDefault();
salesOrder.SalesTaxCodeReference = salesTaxCode.Key;

I want to be able to set any value to SalesTaxAmount property in salesOrder object. As read-only, I can not set any value currently.

So looking for a way to set SalesTaxAmount so I can set my tax amount their directly.


Thanks.

  • 0

    Hello Smit, we can look into the issue but it would require a subscription to our Developer Partner Program. It entitles you to an extra license of Sage 50 for development purposes and technical support by email. The fee is $350 for the first year and $250 to renew each subsequent year. Please send your business name, address and phone number to [email protected]  and we will start the application process. Thanks!