I don't see tax schedule as part if response when ...
# ask-stanley-ai
h
I don't see tax schedule as part if response when getting the netsuite item using rest api get call
c
AI generated answer (using internal Slack threads):
The issue you're facing is due to the limitations of NetSuite's REST Web Services. According to the NetSuite documentation, REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled. The error message you're seeing is because your account is using advanced taxes, which is a legacy tax feature, and not SuiteTax. When you're trying to create an item, the tax schedule pops up as a mandatory field because of this. Unfortunately, there is no workaround for this issue using REST API. You might need to consider enabling SuiteTax in your account to work with taxation through REST web services. Here is the relevant excerpt from the NetSuite documentation:
"REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled. For more information about using SuiteTax, see SuiteTax"
****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851318419
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.84387207
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841186583
Please provide your feedback on this answer.