Any Amazon API available to read the product user reviews and post the sellers reply by Product? - api

I am looking for an API that gets the Amazon product user reviews and posts the seller response by product name/Id.
For example - Google play review provides API - Ref: https://developers.google.com/android-publisher/reply-to-reviews
Before post a question here I had some below research but I didn't find the expected answer.
Is there an Amazon.com API to retrieve product reviews?
Amazon product API capabilities (user reviews)
https://rapidapi.com/
Amazon Product API
Retrieve Amazon Reviews for a particular product
https://webservices.amazon.com/paapi5/documentation/
Checked the highlighted line

good morning,
I have the same need as you. I found the same links
I chose the Product Advertising API solution:
https://webservices.amazon.com/paapi5/documentation/operations.html
but to test these api, you need to have a seller account and register for the api to get access.
the problem with this api is that it does not allow you to respond to reviews, questions and comments. it just allows you to retrieve product data.
If you find a complete solution, please share it with us.
I will continue my study and I will do the same if I find a solution.
Regards,
Lotfi.

Related

LinkedIn API: How to get a list of people that shared my post?

I made a giveaway on LinkedIn where I would randomly choose someone that shares my post (https://www.linkedin.com/feed/update/urn:li:activity:6919156662570242048/). I expected max 50 shares, now I currently have over 500.
Now I want to use the API to retrieve a list of people who shared my post so that I can randomly select one. Does anybody know which endpoint I can use to do that? I didn't find anything on the official LinkedIn API Docs or there official Postman Team.

How can I get to know that specific product is managed by Cdiscount (FBC) using Marketplace API of Cdiscount?

I'm using Marketplace API. I have all products and its offer. I just want to identify that which offers are managed by FBC. I have read all documentation of cdiscount API but did not find any way from that we can identify that specific offer is managed by Cdiscount or not.
Let me explain you via example, I'm currently working on integration stuff. Now, Our system is partially integrated with cdiscount. In which we have all ours products, offers, sales and etc.
Now, I have a case that I want to update the stock of specific offer by calling API (SubmitOfferPackage). As I know that I can not update the inventory of that product which is handled or managed by Cdiscount. So, I want to update inventory of all product that was managed/handled by me.
I'm using GetOfferListPaginated API to get all offers. There is no parameter in response message to identify that specific offer is managed by Cdiscount or not.
Any help would be much appreciated

Bigcommerce API for managing product videos

Is there a way to add videos to a product through the v2 API of Bigcommerce?
I am interested in using POST, PUT and DELETE methods for managing product videos through the API, similarly to the API for the product images.
From what I have gathered the current API supports only the GET method for retrieving product videos, which have been already added to the product through the administration backend. Is there any other way to programmatically manage the product videos?
Any suggestions are welcome.
Thank you in advance.
Best,
Kostas
Create/Update/Delete is available for Product Videos now.
See: https://developer.bigcommerce.com/api/stores/v2/products/videos

Shopify Delivery App API

I'm a developer and I'm working on my own Shopify app
at the moment. I wanted to ask is there ability to get Product
download URL using API or may be somehow accessing Shopify Delivery app API? I
tried, but it seems that I can not get any info about downloadable
products using API, usual set of data only, like for any other
products. Is it really so, and there is no way to get product download
link using API (product API or may be order API).

Amazon Web Services Product Advertising API

I'm thinking about making an affiliate site for the Amazon PAPI. I'm wondering how the AssociateTag plays into the getting paid part. If I have a link on my affiliate site, let's say:
http://www.amazon.com....&AssociateTag=XXX
Somebody clicks on that, gets sent to the page for that item, and buys it, then I g get paid? Is it really that simple? Can't seem to find this information.
The dev API talks about remote shopping carts but I'd like to avoid that if possible. Thanks in advance,
Noah