Posts

Showing posts from May, 2022

SOAP Integration with NetSuite via Postman

Image
SOAP Integration with NetSuite(Postman) This blogs help you in creating integration with Netsuite via SOAP webservices request(Suitetalk). Pre-requisites: 1. Find appropriate WSDL as per your sandbox version.     Example:  https://XXXXXX.suitetalk.api.netsuite.com/services/NetSuitePort_2020_1 2. Must have Postman or similar type of tool to test out your integration. 3. Take a note of ACCOUNT ID by going to Setup->Company->Company Information Steps: 1 Create a role which will support SOAP web services integration.     Under Setup section      Role Should have below permissions.     Login using access tokens     SOAP webservices      View SOAP webservices logs     Under Transaction:     Purchase Order Sales Order 2 Create Employee and assign new role to this user. 3. Create Integration by Setup->Integration->Manage Integrations (Note down the custom...