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