Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netsuite-basics

Oracle NetSuite is one of the most popular cloud ERP systems. But on a recent client engagement, I was surprised by how relatively little sample code and support resources seemed to be available for those wanting to automate NetSuite REST workflows using Python. This starter app aims to demonstrate the basics needed to begin receiving responses via the API without (crucially) any manual authentication steps.

Requirements

  • Python 3.11
  • Dependencies specified in requirements.txt
  • NetSuite account and sufficiently permissioned access token

NetSuite Resources

NetSuite REST Web Services use SuiteQL, a query language based on SQL-92. It supports querying records within NetSuite, with some guardrails designed to help keep your data safe from SQL injection and other threats.

About

Starter app demonstrating REST workflows for Oracle NetSuite ERP using Python and SuiteQL.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages