SERVICE_VERSION
SERVICE_VERSION
MarketplaceWebServiceProducts_Client is an implementation of MarketplaceWebServiceProducts
getCompetitivePricingForASIN(mixed $request) : \MarketplaceWebServiceProducts_Model_GetCompetitivePricingForASINResponse
Get Competitive Pricing For ASIN Gets competitive pricing and related information for a product identified by the MarketplaceId and ASIN.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetCompetitivePricingForASIN request or MarketplaceWebServiceProducts_Model_GetCompetitivePricingForASIN object itself |
getCompetitivePricingForSKU(mixed $request) : \MarketplaceWebServiceProducts_Model_GetCompetitivePricingForSKUResponse
Get Competitive Pricing For SKU Gets competitive pricing and related information for a product identified by the SellerId and SKU.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetCompetitivePricingForSKU request or MarketplaceWebServiceProducts_Model_GetCompetitivePricingForSKU object itself |
getLowestOfferListingsForASIN(mixed $request) : \MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForASINResponse
Get Lowest Offer Listings For ASIN Gets some of the lowest prices based on the product identified by the given MarketplaceId and ASIN.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForASIN request or MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForASIN object itself |
getLowestOfferListingsForSKU(mixed $request) : \MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForSKUResponse
Get Lowest Offer Listings For SKU Gets some of the lowest prices based on the product identified by the given SellerId and SKU.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForSKU request or MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForSKU object itself |
getLowestPricedOffersForASIN(mixed $request) : \MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForASINResponse
Get Lowest Priced Offers For ASIN Retrieves the lowest priced offers based on the product identified by the given ASIN.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForASIN request or MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForASIN object itself |
getLowestPricedOffersForSKU(mixed $request) : \MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKUResponse
Get Lowest Priced Offers For SKU Retrieves the lowest priced offers based on the product identified by the given SellerId and SKU.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKU request or MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKU object itself |
getMatchingProduct(mixed $request) : \MarketplaceWebServiceProducts_Model_GetMatchingProductResponse
Get Matching Product GetMatchingProduct will return the details (attributes) for the given ASIN.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetMatchingProduct request or MarketplaceWebServiceProducts_Model_GetMatchingProduct object itself |
getMatchingProductForId(mixed $request) : \MarketplaceWebServiceProducts_Model_GetMatchingProductForIdResponse
Get Matching Product For Id GetMatchingProduct will return the details (attributes) for the given Identifier list. Identifer type can be one of [SKU|ASIN|UPC|EAN|ISBN|GTIN|JAN]
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetMatchingProductForId request or MarketplaceWebServiceProducts_Model_GetMatchingProductForId object itself |
getMyFeesEstimate(mixed $request) : \MarketplaceWebServiceProducts_Model_GetMyFeesEstimateResponse
Get My Fees Estimate Retrieves the fees estimate for the products identified by the given ASIN/SKU list.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetMyFeesEstimate request or MarketplaceWebServiceProducts_Model_GetMyFeesEstimate object itself |
getMyPriceForASIN(mixed $request) : \MarketplaceWebServiceProducts_Model_GetMyPriceForASINResponse
Get My Price For ASIN <!-- Wrong doc in current code -->
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetMyPriceForASIN request or MarketplaceWebServiceProducts_Model_GetMyPriceForASIN object itself |
getMyPriceForSKU(mixed $request) : \MarketplaceWebServiceProducts_Model_GetMyPriceForSKUResponse
Get My Price For SKU <!-- Wrong doc in current code -->
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetMyPriceForSKU request or MarketplaceWebServiceProducts_Model_GetMyPriceForSKU object itself |
getProductCategoriesForASIN(mixed $request) : \MarketplaceWebServiceProducts_Model_GetProductCategoriesForASINResponse
Get Product Categories For ASIN Gets categories information for a product identified by the MarketplaceId and ASIN.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetProductCategoriesForASIN request or MarketplaceWebServiceProducts_Model_GetProductCategoriesForASIN object itself |
getProductCategoriesForSKU(mixed $request) : \MarketplaceWebServiceProducts_Model_GetProductCategoriesForSKUResponse
Get Product Categories For SKU Gets categories information for a product identified by the SellerId and SKU.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetProductCategoriesForSKU request or MarketplaceWebServiceProducts_Model_GetProductCategoriesForSKU object itself |
getServiceStatus(mixed $request) : \MarketplaceWebServiceProducts_Model_GetServiceStatusResponse
Get Service Status Returns the service status of a particular MWS API section. The operation takes no input.
All API sections within the API are required to implement this operation.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_GetServiceStatus request or MarketplaceWebServiceProducts_Model_GetServiceStatus object itself |
listMatchingProducts(mixed $request) : \MarketplaceWebServiceProducts_Model_ListMatchingProductsResponse
List Matching Products ListMatchingProducts can be used to find products that match the given criteria.
| mixed | $request | array of parameters for MarketplaceWebServiceProducts_Model_ListMatchingProducts request or MarketplaceWebServiceProducts_Model_ListMatchingProducts object itself |
__construct(string $awsAccessKeyId, string $awsSecretAccessKey, $applicationName, $applicationVersion, array $config = null)
Construct new Client
| string | $awsAccessKeyId | AWS Access Key ID |
| string | $awsSecretAccessKey | AWS Secret Access Key |
| $applicationName | ||
| $applicationVersion | ||
| array | $config | configuration options. Valid configuration options are:
|