eBay managing listings via API - php

Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items?
I can't find a way to do this on eBay's website, and would prefer an API method so that I can simply exclude a specific brand from my query.

Looks like I found the answer:
SetPromotionalSale
SetPromotionalSaleListings

Related

How to get product views, bounces and transactions data from google analytics api

I'm trying to retrieve data about specific products from my site from GA Api. I was trying to use pagePath filter to get accurate data but it seems to work only for pageViews.
What filter should I use to track e-commerce data per product/page?
These are all the valid dimensions for use with eCommerce data. I think you might be able to use productName. For more information you can look at the Dimensions & Metrics Explorer.
ga:transactionId
ga:affiliation
ga:sessionsToTransaction
ga:daysToTransaction
ga:productSku
ga:productName
ga:productCategory
ga:currencyCode
ga:checkoutOptions
ga:internalPromotionCreative
ga:internalPromotionId
ga:internalPromotionName
ga:internalPromotionPosition
ga:orderCouponCode
ga:productBrand
ga:productCategoryHierarchy
ga:productCategoryLevelXX
ga:productCouponCode
ga:productListName
ga:productListPosition
ga:productVariant
ga:shoppingStage
Bounce rate is a session metric, you can base it on the pageview of the product page not on the product itself.

Amazon MWS API - single product update

I want to update a single Amazon product's price or qty with an api call.
I know i can send a feed of one or multiple products, but is the another api call to send a single product and get an immediate response?
I also want an api call to GET my qty for sale on a single product. GetMyPriceForSKU does not have qty.
anyone know which amaozn mws api & call to look in for this. I already looked through the mws dev pages and did not find anything.
Sending products to Amazon must go through feeds. Use the Feeds API. You'll need to create a feed of one or more products, submit the feed, and then query as to the status of the feed. In my experience it takes a matter of a few minutes but I have seen a few thousand products take several hours.
To view your inventory, you'll need to use the Reports API to request one of the listings reports
Also, check out the scratchpad. That's a great tool for trying out an operation with minimal resources.

How to get all product using amazon mws ListMatchingProducts api?

I am trying to get all product that are in my client's seller account. The problem is that Amazon MWS ListMatchingProducts api call returns a response of maximum 10 products. Actually I want to get all products that are in the seller's account. I have tried hard to find a solution for several days. Any helpful suggestion will be highly appreciated and thanked.
The ListMatchingProducts operation is part of the MWS Products API, which is meant to access information about products that are in the Amazon catalog, not listings that are in your seller account.
To access the listings in your seller account, you need to use the MWS Reports API. The list of report types related to listings is here.
Like Cosmo said, the ListMatchingProducts operation is used to query products in the Amazon catalog by known product identifiers like UPC, EAN, etc. and you cannot use it to query products in your own seller account. Check out the Inventory Report in the Reports API. If you use one of the client libraries, then most of the work is done for you. Just retrieve the report, then process the xml however you need to to get the data you want out of it.

Retrieving an Amazon Store's List of products using PHP?

My apologies if this is a duplicate question, but I haven't come across anything that is of much help.
I am building a website for a client that is an index of their eBay and Amazon stores. This requires building a list of products that are currently in each. The eBay API has a GetSellerItems call that is simple enough, but I am having a harder time finding something similar in Amazon's AWS.
I've looked at the Product Advertising API briefly, but I am not convinced this is what I need.
Basically, how do I retrieve a list of a specific Amazon store's products with PHP?
Thanks for any leads or tips.
http://aws.amazon.com/code/Product-Advertising-API/4373 I think this is one of the most popular one's
There are also other php based libraries available at..
http://aws.amazon.com/code/Product%20Advertising%20API?_encoding=UTF8&jiveRedirect=1
I was best able to get the inventory of my store by registering with Amazon Marketplace Web Services (https://developer.amazonservices.com/) and using the reports API.

mashup for "shopping.com" and amazon APIs?

I am creating mashup website using amazon and shopping.com APIs. But I am not able to figure out how to get specific product, which is common on both the APIs? and how to display respective price?
How to Get specific product using amazon APIs as well as Shopping APIs?
My thoughts: for Amazon product search: Itemsearch using parameters like keywords and for shopping.com API i am thinking of using search by keyword. But the problem is I want to get specific product which is same as that of on the Amazon. Any suggestions
I am beginner in this.
Thanks.
Shopping.com has a API with documentation
http://developer.shopping.com/docs
You will need the Amazon Product Advertising API to get the Amazon search results
https://affiliate-program.amazon.co.uk/gp/advertising/api/detail/main.html
Hope this helps

Categories