NetSuite REST Web Services Demo

  Рет қаралды 28,710

Robin Mitchell

Robin Mitchell

Күн бұрын

A walkthrough of how to use NetSuite REST Web Services to view, create, and update customers and sales orders. This is demonstrated using token-based authentication and the Postman app.

Пікірлер: 57
@computersebaboard
@computersebaboard Жыл бұрын
This is a great starting point and to the point content .This video made the concept much clearer to me. If you can make a starter video on SOAP Web Services too it would be much helpful. Much appreciate for this video as I was looking for content over Internet.
@viniciusmarreiros
@viniciusmarreiros 6 ай бұрын
You saved my life, keep doing all this content. It's incredible!
@MarioJarodGrande-pv3ye
@MarioJarodGrande-pv3ye Ай бұрын
Excelente tutorial, era lo que estaba buscando hace mucho tiempo. Muchas gracias.
@krishna12314
@krishna12314 15 күн бұрын
Great initiative, could you make a tutorial on File cabinet and retrieving files using SOAP?
@AB-jd3ce
@AB-jd3ce Жыл бұрын
Amazing tutorial! This is exactly what I needed.
@hannan9142
@hannan9142 Жыл бұрын
This is an awesome tutorial. Appreciate your effort on posting this.
@wastindoug
@wastindoug Жыл бұрын
Thank you, Robin. But I have a doubt: how do you delete an element from a list? An item line or even a list of roles from an employee. Thank you.
@justinrobertson9610
@justinrobertson9610 Жыл бұрын
Hey Robin, thank you for this tutorial it has been very helpful. I was just curious if you knew of a good way to explore all of the schemas someone could query off of.
@cesarzepeda5744
@cesarzepeda5744 Жыл бұрын
Robin I have a question. Using Postman the the commands Patch changes always fire, however when I pull the code from Postman to Sublime Text it's hit or miss if NetSuite lets the patch changes happen? Do you know why this is? It usually comes back with auth failed, however sometimes it let's it go through no issue? Any idea?
@soni.himansh
@soni.himansh Жыл бұрын
Hi Robin, Thanks for the demo. How we can do upsert for items object?
@suchitmehta
@suchitmehta Жыл бұрын
Absolutely amazing tutorial Robin. thanks a lot in tonnes.. this helped me a lot..
@HugensLouis
@HugensLouis Жыл бұрын
Hi Robin, Thanks a lot for this amazing tutorial. I have successfully manage to send request in postman but i am having a hard time doing it in a react js environment. Do you happen to have some examples in such environment? Thanks again.
@apsinthos5439
@apsinthos5439 Жыл бұрын
Amazing tutorial, thank you very much
@avishkadamlove
@avishkadamlove 3 ай бұрын
Hello Sir, Thanks much for informative session, just a query how did you get that "ID" :1014 under item? playback time @ 18:33
@hitc-netsuite
@hitc-netsuite 3 ай бұрын
That is the NetSuite internal ID for the item. You can find it in the URL when viewing any item record in NetSuite.
@avishkadamlove
@avishkadamlove 3 ай бұрын
@@hitc-netsuite thank you so much that helps 👍, however i just tried entering ID from URL , its still not working error "detail": "Error while accessing a resource. You have entered an Invalid Field Value 3149579 for the following field: item.", "o:errorPath": "item.items[0]", "o:errorCode": "USER_ERROR" ... value '3149579' i took from SO URL.
@HimanshSoni-rm3lt
@HimanshSoni-rm3lt Жыл бұрын
Hi Robin, can we upsert multiple records in a single API call? If yes how?
@soni.himansh
@soni.himansh Жыл бұрын
Hi Robin, While upsert in the customer object it is duplicating(creating multiple address book) the address field, can you help me how to handle that?
@JayDhalawat
@JayDhalawat Жыл бұрын
Thanks a lot for this amazing tutorial!
@MANASVIRAUL
@MANASVIRAUL Жыл бұрын
Hi Robin I want to retrieve created date as timestamp using suiteql queries. I tried multiple methods but nothing worked. Could you please help me to get created date as timestamp.
@RahilShah-n9f
@RahilShah-n9f Ай бұрын
Hi Robin, is there a way we can get a 200 response when sending a POST request instead of a 204?
@Robalicious503
@Robalicious503 Ай бұрын
I don't think so, but you could try asking NetSuite via a support case to confirm
@mada-qverse
@mada-qverse 10 ай бұрын
hi Robin, thanks for the tutorial! btw there is any chance to get trial development account? so i can try it too. Thanks
@hitc-netsuite
@hitc-netsuite 10 ай бұрын
You'd need to get access through an organization that you're developing for, or else become a NetSuite partner yourself
@ianmartinez8535
@ianmartinez8535 Жыл бұрын
I have already created an API for netsuite which what it does is extract the data from a dataset I need now is to find out how to make a key so that it is useful in excel or in power Bi and I have been. able to investigate is that it is not possible to do that
@josiegreen6170
@josiegreen6170 3 ай бұрын
Is there a way to post the customer with the address information attached, so it can be one call?
@hitc-netsuite
@hitc-netsuite 3 ай бұрын
That's a good question! I do not know the answer, but maybe someone else here will :)
@shrikeshsathavara8827
@shrikeshsathavara8827 Жыл бұрын
to the point video!, great job thanks
@techman9783
@techman9783 Жыл бұрын
Hi Robin I followed the steps thoroughly. However I am getting Error: 401 (Un-authorized), "Error Code: INVALID_LOGIN". Help please...!
@techman9783
@techman9783 Жыл бұрын
Any idea about this error...?
@bhatiavicky324
@bhatiavicky324 Жыл бұрын
Same problem :(
@josephmarks5489
@josephmarks5489 Жыл бұрын
I'm having the same issue, unfortunately
@kevinmurray5249
@kevinmurray5249 Жыл бұрын
Same error here
@kevinmurray5249
@kevinmurray5249 Жыл бұрын
Updated - my mistake was that in the Oauth 1.0 Realm parameter in postman I was putting -SB1 instead of _SB1. Changing that dash for an underscore did the trick.
@KavishAgrawal-yn3mw
@KavishAgrawal-yn3mw Жыл бұрын
Thanks for the demo Robin, I have followed all the steps but I am getting 401 response. The message is "Invalid login attempt. For more details, see the Login Audit Trail in the NetSuite UI at Setup > Users/Roles > User Management > View Login Audit Trail."
@hitc-netsuite
@hitc-netsuite Жыл бұрын
Hey Kavish! Sorry I can't really help with that from here. I'd recommend checking SuiteAnswers, or if you're really stuck try filing a support case
@KavishAgrawal-yn3mw
@KavishAgrawal-yn3mw Жыл бұрын
Got it! Thanks.
@KenTinio
@KenTinio Жыл бұрын
set "add auth date to": request headers, and realm should be underscore 1121212_SB1
@cristianmedina9630
@cristianmedina9630 7 ай бұрын
I can't thank you enough, Ken. Thanks for taking the time to check comments and provide answers.
@Ghamqasar
@Ghamqasar 6 ай бұрын
@@KenTinio Hey Ken please where can I find the realm am using a Runbox I also have the 401 response
@aadilkhan-i8v
@aadilkhan-i8v Жыл бұрын
sir how to add vendor bills by using postman.
@hitc-netsuite
@hitc-netsuite Жыл бұрын
Here is the documentation for this API, you will need this: system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2022.2/index.html
@xyz_only_10x
@xyz_only_10x Жыл бұрын
thnks
@shrikeshsathavara8827
@shrikeshsathavara8827 Жыл бұрын
How to post Leads to netsuite with Postman? can't find the URL that would work
@hitc-netsuite
@hitc-netsuite Жыл бұрын
It might be the same URL, just with a different entityStatus. The status likely controls whether it is a lead, prospect, or customer.
@TienTran-io8ue
@TienTran-io8ue Жыл бұрын
helped me. thanks!
@IndustriaDev
@IndustriaDev 4 ай бұрын
Buen video
@vijaykanithi
@vijaykanithi Жыл бұрын
thank you.
NetSuite RESTlet Creation - SuiteScript 2.0 with OAuth 2
22:38
Robin Mitchell
Рет қаралды 15 М.
NetSuite RESTlet Demo - Head in the Cloud Development
21:08
Robin Mitchell
Рет қаралды 2,8 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 79 МЛН
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,5 МЛН
Using Xojo to Develop NetSuite Web Apps
1:07:10
Xojo
Рет қаралды 464
Setting Up Azure Virtual Desktop Environment
1:09:04
Tech Talks with Navneet
Рет қаралды 66
NetSuite Machine to Machine Integration Demo
10:14
Robin Mitchell
Рет қаралды 14 М.
How to Set Up and Integrate Rest APIs in NetSuite
18:04
Eide Bailly
Рет қаралды 17 М.
How to create custom records tables and fields on netsuite
25:52
Cloud At Work Mauritius
Рет қаралды 12 М.
NetSuite SuiteScript 2.1 Demo - SuiteQL Task Map/Reduce Geocoder
37:31
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 206 М.
[ESS] How Do I Display NetSuite Search Results in a Suitelet?
28:25
Stoic Software
Рет қаралды 19 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 79 МЛН