amazon

Get list of ALL offers from Amazon Product Advertising API

核能气质少年 提交于 2019-11-28 20:23:08
I need to be able to get a listing of all offers for a product using the amazon API. This is the request I'm sending: http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&Operation=ItemLookup&SubscriptionId=&AssociateTag=&Version=2011-08-01&ItemId=B007IJQDQQ&IdType=ASIN&ResponseGroup=Offers&Condition=All&MerchantId=All This is returning the follow under offers: <Offers> <TotalOffers>1</TotalOffers> <TotalOfferPages>1</TotalOfferPages> <MoreOffersUrl> http://www.amazon.com/gp/offer-listing/B007IJQDQQ%3FSubscriptionId%3DAKIAJTZ6VROOTPJAPPWQ%26tag%3Damazoautom-20%26linkCode%3Dxm2

How to send Extra parameters in payload via Amazon SNS Push Notification

孤者浪人 提交于 2019-11-28 17:15:18
This is something new i am asking as i haven't got it any answers for it on SO. I am using Amazon SNS Push for sending push to my registered devices, everything is working good, i can register devices on my app first start, can send push etc etc. The problem i am facing is that, i want to open a specific page when i open my app through push. I want to send some extra params with the payload but i am not able to do that. I tried this Link :- http://docs.aws.amazon.com/sns/latest/api/API_Publish.html we have only one key i.e. "Message", in which we can pass the payload as far as i know. i want

AWS S3 Java SDK - Download file help

蹲街弑〆低调 提交于 2019-11-28 17:04:53
问题 The code below only works for downloading text files from a bucket in S3. This does not work for an image. Is there an easier way to manage downloads/types using the AWS SDK? The example included in the documentation does not make it apparent. Thanks! AWSCredentials myCredentials = new BasicAWSCredentials( String.valueOf(Constants.act), String.valueOf(Constants.sk)); AmazonS3Client s3Client = new AmazonS3Client(myCredentials); S3Object object = s3Client.getObject(new GetObjectRequest("bucket"

How do I get a book graphic and description from the Amazon Book API?

一笑奈何 提交于 2019-11-28 16:49:55
问题 This URL sends an ISBN number to Amazon and gets back a small bit of XML including author, title, and publisher. However, I also want to get small, medium and large graphic and book descriptions of the title. Problem: I can find no REST URL examples/documention that work, either at Google or when logged into my "AWS Account" at Amazon Associates. I find a lot of examples from 2003-2005 but they are all out-of-date and give errors, it seems that Amazon's cloud web services have obfuscated

How does one find prices from Amazon's site programmatically? [closed]

时光怂恿深爱的人放手 提交于 2019-11-28 15:57:28
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . So Amazon has lots of different APIs for different things, and it's hard to find the one I'm looking for. I have a client that sells things and checks Amazon's lowest price to know where to price their things (slightly under the lowest thing there). They want functionality integrated into their inventory system

AWS EC2 Elastic IPs bandwidth usage and charges

[亡魂溺海] 提交于 2019-11-28 15:54:51
I have a little questions regarding Elastic IPs and its charge. Some blogs says that Elastic IP will charge you by the bandwidth you use Elastic IP addresses charge by bandwidth and have an hourly price when they are not attached to a running instance From http://things.zarate.org/scaling-a-single-ec2-instance-and-downsizing From my understanding after reading some blogs and the documentation, you will only be charged if you use the elastic IPs in communicating between instances and if you have elastic IPs standing there idle on your account without being associated to your instance If you

In-App payment in amazon

百般思念 提交于 2019-11-28 11:34:08
I have followed the following steps As shown in image ..steps in In AppPayment amazon but the problem is when i run the code provided in sdk as shown in image 4 when i click the button the number of clicks should be deducted but it is not. I have place the follwing values in string.xml m i right in theses steps? <string name="app_name">amazoncheckout</string> <string name="nothing"></string> <string name="consumable_sku">com.amazon.checkout</string> <string name="entitlement_sku_purple">com.amazoncheckoutconsumable</string> <string name="entitlement_sku_green">com.amazoncheckoutentitlementn<

Amazon MWS API - Currency

我只是一个虾纸丫 提交于 2019-11-28 08:58:23
问题 I am having a problem with Amazons selling API. I have an account with amazon.co.uk and send over products fine. I have a new account with amazon.de and everything is also fine apart from currency. I have a product that retails at £10(GBP), I send to amazon.de as: <StandardPrice currency="GBP">10.00</StandardPrice> But when I go into Amazon.de's backend, it has listed at €10(EUR). Am I missing something here? Surely Amazon should convert the GBP to EUR if I'm sending to a german account.

Amazon Alexa: store user's words

做~自己de王妃 提交于 2019-11-28 07:30:05
I'm new to writing Alexa skills and want to write a skill to store the speaker's words. For example, if I say, 'Alexa, save {whatever i say}', it should save the words in some string. Now from what I understand, the intent schema something should be like { intents:[ "intent" : "SaveIntent" ] } and utterances like SaveIntent save SaveIntent store In this case, how do I store '{whatever I say}'? To capture free-form speech input (rather than a defined list of possible values), you'll need to use the AMAZON.LITERAL slot type. The Amazon documentation for the Literal slot type describes a use case

Preventing Amazon Cloudfront hotlinking

江枫思渺然 提交于 2019-11-28 06:52:57
I use Amazon Cloudfront to host all my site's images and videos, to serve them faster to my users which are pretty scattered across the globe. I also apply pretty aggressive forward caching to the elements hosted on Cloudfront, setting Cache-Control to public, max-age=7776000 . I've recently discovered to my annoyance that third party sites are hotlinking to my Cloudfront server to display images on their own pages, without authorization. I've configured .htaccess to prevent hotlinking on my own server, but haven't found a way of doing this on Cloudfront, which doesn't seem to support the