/**
  * @return GetProductSellingPagesResponseType
  * @param GetProductSellingPagesRequestType $request 
  */
 function GetProductSellingPages($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetProductSellingPages', $request);
 }