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

Retrieves a list of orders for a given customer.

C#
public List<OrderData> GetCustomerOrderList(long customerId, PagingInfo pagingInfo);
Visual Basic
Public Function GetCustomerOrderList(customerId As long, pagingInfo As PagingInfo) As List<OrderData>
Parameters 
Description 
customerId 
Id of customer to retrieve orders for. 
pagingInfo 
paging information for retrieval. 

List of OrderData objects

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!