Celigo has a feature to add the path to records called Path to records in the HTTP response body under the Non-standard API response header in the export step. This optional field allows integrator.io to locate the resource (or set of resources) returned from an API call. If the HTTP response from an API contains… Continue reading Specifying Path to Records in Celigo
Tag: Rest API
GraphQL Query in Celigo Request body
In the Rest API Integration, If the application uses GraphiQl Query to call the API like the one attached below. Add it in the request body of Celigo like the following Also in the Relative URL add “/graphql.json” (For Example : https://<shop>.myshopify.com/admin/api/<YYYY>-<MM>/graphql.json)
Update IF Record Fields using REST API
//Info: HL-97 Requirement: Update Netsuite Item fulfillment Record Field using REST API Suitable Endpoints. Here, the field need to be updated was IF Status which holds 3 specific values: 1. Picked 2. Packed 3. Shipped We have Done this using Postman interface.For this integration setup, Initially you have to create TBA & connection between NS… Continue reading Update IF Record Fields using REST API
Error while fetching Assembly Items via REST API
Issue when we try to fetch the assembly items via REST API, it returns a forbidden error with detail as “The assembly item record is only available as a beta record”. Solution 1 We cannot fetch all records via REST API as some of the records are beta for REST API. In order to fetch… Continue reading Error while fetching Assembly Items via REST API
Fetch all Transaction Details via Query REST Web Services.
REST Web Services is a standard API that is provided by NetSuite. In REST Web services we can use the Query to list and filter the supported records. The query operation is used to execute a query on a specific record type based on a set of criteria. Record query only returns record IDs and… Continue reading Fetch all Transaction Details via Query REST Web Services.
Sync Between CAAPS And NetSuite
Proposal Summary This proposal summarizes the requirements and solutions for integrating real-time business data with Netsuite and CAAPS. Requirement Integration between the Netsuite & the CAAPS system should be implemented to send the vendor details, GL code/Chart of Account, Purchase order, Item receipts. The client would like to have a bulk extraction of the following… Continue reading Sync Between CAAPS And NetSuite
Restlet for Lead record integration
Create JWT token calling api using rest.
Create a JSON web token using suite script and calling rest API using jwt token.
Integrate customer: CRM to NetSuite
Integrate Customer to NetSuite from Oracle engagement Cloud(CRM)
Magento Rest API – Customer creation in NS.
Create a Restlet to create a customer in NetSuite on customer registration in Magento.