39
Points
Questions
7
Answers
12
-
Endpoint: https://*******-sb1.suitetalk.api.netsuite.com/services/rest/auth/oauth2/v1/token?grant_type=refresh_token Header: grant_type what is the best practice to generate access token from API?
- 56 views
- 1 answers
- 0 votes
-
I am trying to create sales order using restlet api, how can i paas authentication using nodejs?
- 517 views
- 19 answers
- 0 votes
-
I want to integrate SOAP api of custom field
- 208 views
- 0 answers
- 0 votes
-
Any API for fetching color and size from NetSuite db?
- 230 views
- 0 answers
- 0 votes
-
Please provide any reference, i am not able to understand what flow i should use to integrate my project with …
- 282 views
- 4 answers
- 0 votes
-
Url: {{REST_SERVICES}}/record/v1/nonInventorySaleItem/eid:NSC-1 Body: { “itemId”:123, “externalId”:”NSC-1″, “taxschedule”:{“id”:0} } response: { “type”:”https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1″, “title”:”Bad Request”, “status”:400, “o:errorDetails”:[ { “detail”:”Error while accessing a …
- 305 views
- 1 answers
- 0 votes
-
My header: {{REST_SERVICES}}/record/v1/nonInventorySaleItem/eid:448 I am using this body: { “cost”: 10, “itemType”: “inventory”, “price”: 10, “itemId”: “shampoo”, “costUnits”: “400”, “subsidiary”: …
- 303 views
- 0 answers
- 0 votes