I have access to my client's Amazon Publisher Services account. Now my client wants a tool that can fetch revenue reports from APS and store it into the database. But the problem is that I couldn't find any official doc regarding APS reporting API.
I have already tried https://ams.amazon.com/webpublisher/uam/docs/s3-reports.html but there are no request parameters it's just like an essay.
Related
My scenario is there are various tables with Aws redshift database and I need to produce a report out of it based on a SharePoint item id and show it in either in SharePoint Online page or spfx
I am stuck and trying to find various ways to achieve the above, I am completely new to aws. I have tried creating sample aws redshift cluster ,database, tables, lambda function ,http api etc
I tried creating a .net core web api and used connectionstring to connect to aws redshift host but I am using username and password in the connection, I have read about iam role and and also secrets manager but confused as to which is the better way to embed user credentials in web api and if so how to do it..not able to find a article for the same.. ... even though if I create the .net core web api and if I try to create a http api and lambda integration how will the authentication work
since if I call the above private aws http api within spfx but SharePoint will pass Azure AD credentials, how will we authenticate a aws http api. Is there any better ways to call 3rd party aws apis within SharePoint online with authentication other than azure, how can it be achieved?
Or is it that there are some other ways to retrieve aws redshift database tables and show it within SharePoint page or SharePoint spfx...
I did check out the option for Power BI but not sure how helpful will that be if there is huge anount of data in redshift database
Any help is highly appreciated
Thanks
been looking for a tutorial whereby one can connect automatically the reviews they receive from Google My Business and add them as testimonials to a Django Website.
Via the Google Business Profile APIs, it is possible to receive Pub/Sub notifications for new or updated reviews. You would have to set up a Pub/Sub topic to which Google will send these notifications. A Pub/Sub subscription would then need to process these notifications and save the fetched review data to a database of choice.
The prerequisites for this are that you were granted access to the Google Business Profile APIs in the first place and that you have acess to those GBP locations.
I am working on Web app that will manage inventory, Orders, Shipments using Amazon MWS api.
A seller can register in the app and can connect to Amazon MWS api, I am able to do with provided Marketplace_Id, Seller_Id, Access_Key_ID, Secret_Access_Key keys but I don't want to do like entering all the keys public.
I am using ready-made laravel package to access all the MWS APIs. To access seller account it requires Marketplace_Id, Seller_Id, Access_Key_ID, Secret_Access_Key.
I have checked some platforms like AMZPing, Inventory Lab. They provides just one like to connect to Amazon MWS, using that link sellers are able to connect to Amazon MWS.
Here it the link to connect amazon MWS.
AMZPing:
https://sellercentral.amazon.com/gp/mws/registration/register.html?
id=5ccea641-5bec-1234-1234-c123490628df&
returnPathAndParameters=/Account/HandleReturnURLForMWS?userId=12124&email=test%40gmail.com&
SignatureVersion=2&
SignatureMethod=HmacSHA256&
AWSAccessKeyId=ABSEDGDUSKXHEYWTDGSANDBDBD&
Signature=h1MXM5FiioxWY6ATwCgPtdbI1ADSWDETDDN6B/SWQAFR=
Inventory Lab:
https://sellercentral.amazon.com/gp/mws/registration/register.html?
SignatureMethod=HmacSHA256&
SignatureVersion=2&
AWSAccessKeyId=AKIAJWMONWSHDEUJ2OVA&
id=9583ded2-ad36-1234-1234-122096397fd6&
returnPathAndParameters=/webhook?id=1984®ion=NA&env=production&
Signature=txLrXJ%2BUvYlmeq8gFu4atByFTBq89UKb2MorK1uaeyg=
How can I connect like the above link?
there is MWS service- IRP, It is not readily available to everyone. You have to contact MWS Support and convince them to set you up for it .
I want to create a web page regrouping billing information from Google Cloud Platform and Amazon Web Services.
I'm looking how to retrieve billing data from GCP.
Does it exist an API to request these data ?
I have tested CloudBilling API but it seems that it just gives information about billing account and not detail on usage & cost.
I'd like to play with the specific Amazon API that would allow me to look at my own customer data -- e.g. order history. Can anyone tell me which of the numerous APIs I should research?
Check the Web Service API Reference page for more information.