Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
NSC | Default Shipping Address Creation in SOAP Web Services
Scenario:
A user desires to establish a new AddressBook entry and designate it as the default shipping address through SOAP Web Services within a Customer record.
Solution:
Below is a sample SOAP Request illustrating the process of creating a basic address entry with default shipping setting within a Customer record using Update operation in SOAP Web Services
<soapenv:Body>
<update xsi:type='platformMsgs:UpdateRequest'>
<record xsi:type='listRel:Customer' internalId='XXXX'>
<addressbookList replaceAll='false' xsi:type='listRel:CustomerAddressbookList'>
<addressbook xsi:type='listRel:CustomerAddressbook'>
<defaultShipping xsi:type='xsd:boolean'>true</defaultShipping>
Richard James Uri - SuiteCloud | WMS Tech | SuiteCommerce Advanced
----
- NetSuite Admin Corner | New to NetSuite
- Explore the NSC Webinars Category
- Join our poll and share your ideas! We want to know what you think. Don't forget to comment and make your voice heard!
- Expand your NetSuite knowledge by joining this month's Ask A Guru Live about Suitebuilder . RSVP on this event now!
Tagged:
1
