Hey, has anyone managed to work with legacy taxes ...
# suitetalkapi
a
Hey, has anyone managed to work with legacy taxes in transaction lines through REST (like getting and setting TaxCode, TaxRate, TaxAmount on line items level)? As clearly stated in Limitations of REST Web Services (since 2021.1 AFAIK):
REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled.
And I don't have SuiteTax enabled :( However I just noticed that 2 new fields were recently added to the line items of vendor bill items for example: taxAmount and taxDetailsReference. They weren't there a month ago when I checked last time (unless I miss anything). https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2021.1/index.html#/definitions/vendorBill-itemElement I checked in my instance - those fields are not returned by the GET REST request (while I successfully receive line item tax data in SOAP). So are such fields reserved for lucky folks with SuiteTax enabled? Which means I should say goodbye to a slim hope of using REST for operations involving taxes w/o SuiteTax enabled?