Click or drag to resize

ReturnMerchandiseAuthorizationGetRmasByCustomerNumber Method (String, String, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorization
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static ReturnMerchandiseAuthorizationCollection GetRmasByCustomerNumber(
	string customerNumber,
	string shopIDs,
	string orderContextIDs,
	string sortColumn,
	string sortOrder
)

Parameters

customerNumber
Type: SystemString
shopIDs
Type: SystemString
orderContextIDs
Type: SystemString
sortColumn
Type: SystemString
sortOrder
Type: SystemString

Return Value

Type: ReturnMerchandiseAuthorizationCollection
See Also