Example #1
0
 public function __construct($data = null)
 {
     $this->_fields = array('Identifiers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_IdentifierType'), 'AttributeSets' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_AttributeSetList'), 'Relationships' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_RelationshipList'), 'CompetitivePricing' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_CompetitivePricingType'), 'SalesRankings' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_SalesRankList'), 'LowestOfferListings' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_LowestOfferListingList'), 'Offers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_OffersList'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MWSAuthToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ASINList' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ASINListType'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MWSAuthToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Query' => array('FieldValue' => null, 'FieldType' => 'string'), 'QueryContextId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Product' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Product'), 'Error' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Error'), 'SellerSKU' => array('FieldValue' => null, 'FieldType' => '@string'), 'status' => array('FieldValue' => null, 'FieldType' => '@string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('AllOfferListingsConsidered' => array('FieldValue' => null, 'FieldType' => 'bool'), 'Product' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Product'), 'Error' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Error'), 'ASIN' => array('FieldValue' => null, 'FieldType' => 'string'), 'status' => array('FieldValue' => null, 'FieldType' => '@string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('CompetitivePriceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Price' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_PriceType'), 'condition' => array('FieldValue' => null, 'FieldType' => '@string'), 'subcondition' => array('FieldValue' => null, 'FieldType' => '@string'), 'belongsToRequester' => array('FieldValue' => null, 'FieldType' => '@bool'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Products' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ProductList'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceASIN' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ASINIdentifier'), 'SKUIdentifier' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_SellerSKUIdentifier'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'IdType' => array('FieldValue' => null, 'FieldType' => 'string'), 'IdValue' => array('FieldValue' => null, 'FieldType' => 'string'), 'IsAmazonFulfilled' => array('FieldValue' => null, 'FieldType' => 'bool'), 'PriceToEstimateFees' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_PriceToEstimateFees'), 'SellerInputIdentifier' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
Example #10
0
 public function __construct($data = null)
 {
     $this->_fields = array('BuyingPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_PriceType'), 'RegularPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ItemCondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'ItemSubCondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerSKU' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new MarketplaceWebServiceProducts_Model_AttributeSetList
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Any' => array('FieldValue' => null, 'FieldType' => 'DOMNodeList'));
     parent::__construct($data);
     $this->_fields['Any']['FieldValue'] = $data->childNodes;
 }
 public function __construct($data = null)
 {
     $this->_fields = array('CurrencyCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'Amount' => array('FieldValue' => null, 'FieldType' => 'float'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('ItemCondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'ItemSubcondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipsDomestically' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShippingTime' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ShippingTimeType'), 'SellerPositiveFeedbackRating' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
Example #14
0
 public function __construct($data = null)
 {
     $this->_fields = array('ProductCategoryId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProductCategoryName' => array('FieldValue' => null, 'FieldType' => 'string'), 'Parent' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Categories'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Status' => array('FieldValue' => null, 'FieldType' => 'string'), 'Timestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'MessageId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Messages' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MessageList'));
     parent::__construct($data);
 }
Example #16
0
 public function __construct($data = null)
 {
     $this->_fields = array('Type' => array('FieldValue' => null, 'FieldType' => 'string'), 'Code' => array('FieldValue' => null, 'FieldType' => 'string'), 'Message' => array('FieldValue' => null, 'FieldType' => 'string'), 'Detail' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ErrorDetail'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Qualifiers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_QualifiersType'), 'NumberOfOfferListingsConsidered' => array('FieldValue' => null, 'FieldType' => 'int'), 'SellerFeedbackCount' => array('FieldValue' => null, 'FieldType' => 'int'), 'Price' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_PriceType'), 'MultipleOffersAtLowestPrice' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('CompetitivePrices' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_CompetitivePriceList'), 'NumberOfOfferListings' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_NumberOfOfferListingsList'), 'TradeInValue' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'));
     parent::__construct($data);
 }
Example #19
0
 public function __construct($data = null)
 {
     $this->_fields = array('LandedPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'ListingPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'Shipping' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'Points' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Points'));
     parent::__construct($data);
 }
Example #20
0
 public function __construct($data = null)
 {
     $this->_fields = array('ProductCategoryId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Rank' => array('FieldValue' => null, 'FieldType' => 'int'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('GetMatchingProductForIdResult' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceProducts_Model_GetMatchingProductForIdResult')), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('CompetitivePrice' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceProducts_Model_CompetitivePriceType')));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Any' => array('FieldValue' => array(), 'FieldType' => array('object')));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceID' => array('FieldValue' => null, 'FieldType' => '@string'), 'ASIN' => array('FieldValue' => null, 'FieldType' => '@string'), 'ItemCondition' => array('FieldValue' => null, 'FieldType' => '@string'), 'status' => array('FieldValue' => null, 'FieldType' => '@string'), 'Identifier' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_GetLowestPricedOffersAsinIdentifier'), 'Summary' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Summary'), 'Offers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ASINOfferDetailList'));
     parent::__construct($data);
 }
Example #25
0
 public function __construct($data = null)
 {
     $this->_fields = array('FeeType' => array('FieldValue' => null, 'FieldType' => 'string'), 'FeeAmount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'FeePromotion' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'TaxAmount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'FinalFee' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_MoneyType'), 'IncludedFeeDetailList' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_FeeDetailList'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('SalesRank' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceProducts_Model_SalesRankType')));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MWSAuthToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerSKUList' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_SellerSKUListType'), 'ItemCondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'ExcludeMe' => array('FieldValue' => null, 'FieldType' => 'bool'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('GetLowestPricedOffersForSKUResult' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKUResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata'));
     parent::__construct($data);
 }
Example #30
0
 public function __construct($data = null)
 {
     $this->_fields = array('Value' => array('FieldValue' => null, 'FieldType' => 'int'), 'condition' => array('FieldValue' => null, 'FieldType' => '@string'));
     parent::__construct($data);
 }