You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > AddressApi Class > AddressApi Methods > UpdateOrderAddress
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
AddressApi.UpdateOrderAddress Method

Updates an address associated with an order. This update only affects this specific address and does not affect the customer's actual saved address.

C#
public void UpdateOrderAddress(AddressData addressData, long orderId, bool isShipping, bool isBilling);
Visual Basic
Public Function UpdateOrderAddress(addressData As AddressData, orderId As long, isShipping As bool, isBilling As bool) As void
Parameters 
Description 
addressData 
Address info to update. 
orderId 
Id of order to update address for. 
isShipping 
If true, updates the shipping address for an order. 
isBilling 
If true, updates the billing address for an order. 

///

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!