NetSuite REST Web Services Demo

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • 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.
  • ХоббиХобби

Комментарии • 50

  • @viniciusmarreiros
    @viniciusmarreiros 4 месяца назад

    You saved my life, keep doing all this content. It's incredible!

  • @computersebaboard
    @computersebaboard Год назад +2

    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.

  • @AB-jd3ce
    @AB-jd3ce Год назад +1

    Amazing tutorial! This is exactly what I needed.

  • @hannan9142
    @hannan9142 Год назад

    This is an awesome tutorial. Appreciate your effort on posting this.

  • @hitc-netsuite
    @hitc-netsuite  Год назад +2

    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

  • @suchitmehta
    @suchitmehta Год назад

    Absolutely amazing tutorial Robin. thanks a lot in tonnes.. this helped me a lot..

  • @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 11 месяцев назад +3

      set "add auth date to": request headers, and realm should be underscore 1121212_SB1

    • @cristianmedina9630
      @cristianmedina9630 5 месяцев назад

      I can't thank you enough, Ken. Thanks for taking the time to check comments and provide answers.

    • @Ghamqasar
      @Ghamqasar 4 месяца назад

      @@KenTinio Hey Ken please where can I find the realm am using a Runbox I also have the 401 response

  • @JayDhalawat
    @JayDhalawat Год назад

    Thanks a lot for this amazing tutorial!

  • @apsinthos5439
    @apsinthos5439 Год назад

    Amazing tutorial, thank you very much

  • @shrikeshsathavara8827
    @shrikeshsathavara8827 Год назад

    to the point video!, great job thanks

  • @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.

  • @TienTran-io8ue
    @TienTran-io8ue 11 месяцев назад

    helped me. thanks!

  • @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.

  • @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

  • @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.

  • @soni.himansh
    @soni.himansh Год назад

    Hi Robin, Thanks for the demo. How we can do upsert for items object?

  • @josiegreen6170
    @josiegreen6170 Месяц назад

    Is there a way to post the customer with the address information attached, so it can be one call?

    • @hitc-netsuite
      @hitc-netsuite  Месяц назад

      That's a good question! I do not know the answer, but maybe someone else here will :)

  • @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?

  • @HimanshSoni-rm3lt
    @HimanshSoni-rm3lt Год назад

    Hi Robin, can we upsert multiple records in a single API call? If yes how?

  • @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?

  • @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.

  • @IndustriaDev
    @IndustriaDev 2 месяца назад

    Buen video

  • @avishkadamlove
    @avishkadamlove Месяц назад

    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  Месяц назад +1

      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 Месяц назад

      @@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.

  • @vijaykanithi
    @vijaykanithi Год назад

    thank you.

  • @techman9783
    @techman9783 Год назад +2

    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 Год назад +4

      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.

  • @user-od1oh3cn5x
    @user-od1oh3cn5x Год назад

    sir how to add vendor bills by using postman.

  • @mada-qverse
    @mada-qverse 8 месяцев назад

    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  8 месяцев назад

      You'd need to get access through an organization that you're developing for, or else become a NetSuite partner yourself

  • @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.