amazon

Can we get only amazon prime product using Amazon Product Advertising API?

∥☆過路亽.° 提交于 2019-12-04 11:46:40
问题 I have searched how to use Amazon Product Advertising API and now I am able to search different product using Amazon Product Advertising API and it is working fine. But as I know we can get only amazon prime product from our account and when I login with amazon account using amazon site and search any product I found only amazon prime product. But when I am trying to get amazon product using Amazon Product Advertising API with my security id etc Amazon Product Advertising API give us all

Amazon MWS: How to specify the language of _GET_MERCHANT_LISTINGS_DATA_

纵饮孤独 提交于 2019-12-04 11:27:31
Recently I tried to get all Amazon listings from multiple marketplaces with ReportType : _GET_MERCHANT_LISTINGS_DATA_ . For MarketplaceIds A1PA6795UKMFR9 (DE) A1RKKUPIHCS9HS (ES) A1F83G8C2ARO7P (UK) the response columns were as the following: item-name item-description listing-id seller-sku price quantity open-date image-url item-is-marketplace product-id-type zshop-shipping-fee item-note item-condition zshop-category1 zshop-browse-path zshop-storefront- feature asin1 asin2 asin3 will-ship-internationally expedited-shipping zshop-boldface product-id bid-for-featured-placement add-delete

Open Amazon link with Amazon App not Safari - IOS Swift 3

≡放荡痞女 提交于 2019-12-04 11:24:21
I have an Amazon affiliate link (to a product) in the app I am developing (Swift 3). Is there a possibility to let the user open the link with the Amazon App or let the user choose to open with Safari or Amazon App in case he doesn't have the Amazon App? At this moment the link is always opened with Safari Thank you! You can try this: com.amazon.mobile.shopping://www.amazon.com/gp/product/product-id or com.amazon.mobile.shopping.web://www.amazon.com/gp/product/product-id If that doesn't work, search the web for Amazon app url scheme - you might find something more current. @DonMag solution

Google Mobile Ads and Kindle Fire

血红的双手。 提交于 2019-12-04 11:11:44
问题 I recently replaced AdMob library with Google Mobile Ads and I have a question about that: Will ads appear on Amazon Kindle Fire devices? I ask this because I know that Google Mobile Ads depends on Google Play Services, so I'm a little confused. 回答1: Google Play Services still supports devices that don't have the Google Play store installed on it. The only difference is that devices without the Play Store (and the accompanied Google Play Services app) on it will not receive automatic updates,

PHPUnit: How to test database interactions on remote Postgres server?

旧巷老猫 提交于 2019-12-04 11:08:22
I'm trying to unit test the classes I've created but the majority of the classes deal with the database. I've gotten non-database related classes to be test just fine locally, but I'm stumped when it comes to work with a database, especially remotely. The guide shows using PDO to access a local database that seems to be dumped to an XML file, so it's of little use to me since my database is in the Amazon cloud and using pg_* functions to connect to a Postgres database. Are there any good examples of a similar situation or can anyone offer any help? I don't know if I should have a local version

Amazon web service with item lookup by UPC

不问归期 提交于 2019-12-04 10:15:05
My Working Envirnment is Visual Studio 2008 + C# I am working on Amazon WebService, I want to fetch the data from Amazon using SOAP but when I am trying to pass IDType = UPC it gives me below error message, so what can I do for this ? Error: 036725229884 is not a valid value for ItemId. Please change this value and retry your request MyCode: ItemLookupRequest request1 = new ItemLookupRequest(); request1.IdType = ItemLookupRequestIdType.UPC; request1.IdTypeSpecified = true; request1.ItemId = new string[] { ProductID }; request1.ResponseGroup = new string[] { "Request", "Large", "OfferFull",

How To Upload Images to Amazon S3 Using Perl?

我的梦境 提交于 2019-12-04 10:14:59
I'm trying to upload files to S3 using Perl. According to this module: http://metacpan.org/pod/Amazon::S3::Bucket ...the following code will upload text files: # create resource with meta data (attributes) my $keyname = 'testing.txt'; my $value = 'T'; $bucket->add_key( $keyname, $value, { content_type => 'text/plain', 'x-amz-meta-colour' => 'orange', } ); However, how do you upload images (GIF, JPEG, PNG) to S3? Thanks, Linda That code won't upload the file - it's simply setting the value associated with the key "testing.txt" to "T". If you want to upload a file you could use the add_key

How to use Zend Service Amazon?

一笑奈何 提交于 2019-12-04 10:01:31
I've been doing a lot of digging around and have ended up with a huge headache and no success. I am trying to use the Zend Amazon Service (within my Codeigniter framework) to fetch information about a book using its ISBN. I initially tried it with Zend 1.12 but I kept getting an error about missing parameter AssociateTag. I am now trying with Zend 2.0 but still getting problems. This is the code I am using within my controller: set_include_path(get_include_path() . PATH_SEPARATOR . 'site/libraries'); require_once 'Zend2/Loader/StandardAutoloader.php'; $autoloader = Zend_Loader_Autoloader:

Amazon Purchased Kindle books from API

血红的双手。 提交于 2019-12-04 09:18:13
Is there a way to programmatically retrieve a list of kindle ebooks that a user has purchased? I've searched for an answer extensively on SO, however the few related questions I could find are ancient. The Amazon documentation is also not very helpful as from what I can tell the Amazon Associates Program API only lets you do lookups against Amazon's product database, it doesn't let you retrieve information for a signed in user. Yes there is . Due to the bloated and extremely slow management web page for the kindle I invested quite a few hours into finding a way of creating my own. So far,

Making AndroidTV app workable on FireTV

拟墨画扇 提交于 2019-12-04 08:49:00
I have an android tv app using a leanback library that I want to publish to amazon tv store also. I know that we can use leanback library for fire tv as per this link using a standard LAUNCHER . However I am not sure about a few things: Recommendations Android TV display content recommendations in the first row of the TV home screen Content recommendations appear as the first row of the TV home screen after the first use of the device For this we need to create a recommendation service and build recommendations in the android tv app. Does FireTV also show recommendations and requires a