Amazon API that would allow bulk order without manually entering all information [closed] - api

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
I have hundreds of employees that I would like to gift them with items purchased on Amazon. It would be convenient for me to place orders for those gifts directly from my CRM without manually entering the information just using an API.
Would be thankful for a lead.
I did some websearch but not much to be found out there

Related

How can I write the number of active and passive people from the staff table using view [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
How can I write the number of active and passive people from the staff table using view
I want to write to MsSql code.

Python USD to Satoshi [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Looking for a method of converting $100, $130, $300 amounts into Satoshi to tell customers exactly how much to BTC to send.
Looked at Cryptocompare a little but was unable to find anything that dealt in amounts.
Yes, you could use blockchain.info api, they provide this service.
Link : https://blockchain.info/tobtc?currency=USD&value=500
and you visit
Link : https://www.blockchain.com/api/blockchain_api

On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application without having to go the database to modify the table to it?
OOTB there's nothing like this, you could argue that you can import this data with ImportToolsAPI but that doesn't provide remove and delete operations.
Such a service would be very simple, so if you'd like this I think you could implement one.

Need the Keywords Search details form a Particular country [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I would like to know how to find the number of people searching for a particular keyword in particular country.
For example, I need the details of how many people are searching for "web hosting" in Oman.
you can use keyword planner by google adword it may help you lot.
check Google adwords , there is lot of tools and it will help you

Uniquely identifying Google plus users [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
When a user signs into my site using "Sign In With Google", I would like to store something unique about them (like a UUID) in my MySQL database, so I could store the users favorites.
When the user signs in you get their email address which is probably what you are looking for in terms of a UUID.