Search code examples
netsuitenetsuite-rest-api

NetSuite - Update Transaction via REST API


I'm very new to NetSuite and have a lot to learn. Currently I'm able to use use the REST API to get customers, upsert customers, query, etc. However, I am completely confused why I am not able to do the same with the 'transaction' table and why it's not showing in the API Browser. Is this possible and I'm overlooking something?

I expected an endpoint similar to https://xxxxx.suitetalk.api.netsuite.com/services/rest/record/v1/transaction/293


Solution

  • "Transaction" does not show in the API Browser, but many transaction types do show. For example:

    And others. You can use these to perform your desired operations on various transactions.