Click or drag to resize

ReturnMerchandiseAuthorizationGetRmasByCustomerId Method (Int64, String, String, String)

Note: This API is now obsolete.

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

Parameters

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

Return Value

Type: ReturnMerchandiseAuthorizationCollection
See Also