Click or drag to resize

ReturnMerchandiseAuthorizationGetRmasByCustomerId Method (Int64, String, String, String, String)

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

Parameters

customerId
Type: SystemInt64
shopIDs
Type: SystemString
orderContextIDs
Type: SystemString
sortColumn
Type: SystemString
sortOrder
Type: SystemString

Return Value

Type: ReturnMerchandiseAuthorizationCollection
See Also