/**
  * {@inheritdoc}
  */
 protected function process()
 {
     parent::process();
     foreach ($this->result->GetCompetitivePricingForASINResult as $resultSet) {
         $node[] = $resultSet;
     }
     $this->result = $node;
 }
 /**
  * {@inheritdoc}
  */
 protected function process()
 {
     parent::process();
     foreach ($this->result->GetLowestOfferListingsForASINResult as $resultSet) {
         $node[] = $resultSet;
     }
     $this->result = $node;
 }