  | ReturnMerchandiseAuthorizationGetAllAvailableOrdersByCustomerId Method (Int64) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorization
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic static OrderCollection GetAllAvailableOrdersByCustomerId(
	long customerId
)
Public Shared Function GetAllAvailableOrdersByCustomerId ( 
	customerId As Long
) As OrderCollection
Parameters
- customerId
 - Type: SystemInt64
 
Return Value
Type: 
OrderCollection
See Also