Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netsuite-record-fetcher-ts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netsuite-record-fetcher-ts

A TypeScript library for fetching NetSuite records using the RESTlet API.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Netsuite Record Fetcher

This is a command-line tool that allows you to fetch records from Netsuite using RESTlets. You can select the type of record to fetch and provide the record ID to retrieve.

Usage

To use the tool, run the following command:

npm install

You will be prompted to select the type of record to fetch and provide the record ID. The tool will then retrieve the record and log it to the console.

Configuration

The tool requires the following configuration:

  • netsuite.restletUrl: The URL of the RESTlet to use for fetching records.

You can set these configuration options in the config.ts file.

Supported Record Types

The tool supports the following record types:

  • salesorder
  • transaction
  • purchaseorder
  • employee
  • savedsearch

License

This tool is licensed under the MIT License.

Keywords

FAQs

Package last updated on 07 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc