Is there a amazon webstore API for customers? [closed] - amazon

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I am working on a personal expense tracking application and would like to retrieve a list of orders made by a customer (me) on amazon.com.
The Amazon MWS API is described as follows:
Amazon Marketplace Web Service (MWS) is an integrated web service API that allows Amazon
sellers to programmatically exchange data on orders, payments, reports, and more.
That is clearly meant for use by sellers, not by customers. Is there any way I could retrieve that information, without having to rely on browser automation?

You will probably have to build a crawler to log into your account, browse your order history and parse the pages.
As far as finding official word on the availability of such a feature, nothing suggests there is such a thing as a customer API and rarely do people offer a list of services they don't provide. Amazon might simply consider this being too much of a fringe case to bother having one.
While it happens that certain features are simply under-documented, more often than not the absence of documentation is simply the reflection of the absence of the feature itself. And it's notoriously difficult to prove a negative. Therefore we can only reach for the most obvious answer, that there is no such thing.
A crawler is certainly less efficient than a dedicated API and prone to break on page design changes, but it is still better than nothing.

Related

Is there Axure RP alternative [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm wondering, if there is Axure RP alternative for a better price. I used other apps, but ended with Axure RP because of two fundamental advantages:
it's not only wireframe tool, but it lets me prototype whole web/app with functional demonstrations
it generates/exports prototype and customers can easily try personaly (it's HTML site and i upload it to my server and clients just get email with link to follow)
So, is there anything else like Axure RP meeting my two criteria with better price? All apps i've seen mainly fail in second condition.
Yes - atomic.io lets you do both of these things.
You can go from low fidelity, right up to fully functioning prototypes that use things like logic, data, and variables.
You can also easily share an URL with anyone. (see: https://atomic.io/learn/sharing)
And there is a free plan. :-)
atomic.io
You can use moqups.com , it's a web app.
it lets you to make prototypes with linked pages and more .
also it lets you to share your Design through a URL on its site.
There are a ton of prototyping tools.
https://www.cooper.com/prototyping-tools
It always depends on what your main goal to achieve is.
Justinmind (https://www.justinmind.com) is very close to Axure.
If you do not mind sharing your prototypes you can look into a bunch of different tools that are webbased (i.e. https://www.figma.com)

New to Netsuite [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm new to Netsuite world but need to do some administration at my current job. Here are my questions related to Netsuite.
Where can I create a Developer Account/signup for Netsuite so that I can login and learn some configuration.
Any online resources to learn configuration/administration or I need to take the actual training?
What are the programming languages we need to know for development and what is the scope of customization in Netsuite?
Thanks in Advance!
1) Here is the link for Developer Account/Signup for Netsuite.
They usually take some time to process your Dev account request, once they verify your details, you'll get a response mail from Netsuite with a given link to access it with a temporary password.
2) Truely speaking, you have to grab everything on your own efforts.There is no decent and pretty formatted way to get everything from one particular place(unless you ready to pay for some heavy amount for the webinars).
Once you get the login access in to Netsuite (Dev account) you can explore the help documents for more details.
Next thing in the series and which is very obvious is to join Netsuite User Forum. Once you became a member, you can post queries and discover a lot of new ideas about how industry is using Netsuite in different fields.
3) Netsuite provides supports for Java, .NET & PHP (SOAP based access).
Apart from that Netsuite does also provide a REST based access through RESTlets which is an extension of server side javascript.

Managing New Application Requests [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
At the moment we are a small development team of 2. All our software is used inhouse. Currently staff just walk to our desk when they want new software developed or when they want new features added to existing software, or when bugs arise.
I am looking for a better management process of this. Do I get staff to send an email instead and then that can be designated to a developer. Or is there a simple software app out there that could help?
I want a simple method for doing this as the staff are unlikely to use something if too time consuming or complex. They find it too easy to approach a developer personally!
Anything to recommend please?
One option is to use JIRA. It has a feature where emails sent to a certain address can get turned in to backlog items (using the email subject line as the title).
Keep it as it is for now: face-to-face communication is always better than using any piece of software...
It will be only when you will grow to more developers that you will really need such software: from online or cloud based (ie Zimbra) to VCSs (version control systems) hosted on your machines.

simplest framework/platform for online store [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking to set up a small site for a friend that has some widgets they want to sell online. I don't think I will have much time for maintenance once it goes live (for that matter, I don't expect I'll have much time for initial setup and configuration), and I am looking for something that is dead-simple for a non-technical user to maintain (financial/payment info, add/remove/change products).
The second most important part would be good integration with a payment provider. I'm not too fussy what language it's in if it meets my other criteria (if I don't know the language I will learn enough to get the site running).
Also important is that I'd prefer to stick to open-source products, mostly because I don't think this project will have much of a budget for high-end commercial products (at least not until it makes some sales).
The last time I did this sort of stuff we were building custom sites from scratch for clients with very specific needs. I do not have recent experience with the current generation of blogging tools (Wordpress, Joomla, etc...) and I don't really know which off-the-shelf combo of platforms and plugins are best to get something up and running in as little time as possible.
Hosting your own online store is a full-time occupation, no different from running your own brick-and-mortar store. Anything that accepts online payments will be targeted by criminals for online fraud.
If your business is selling widgets and not running online stores, I strongly, strongly suggest using a hosted service with its own web integration and payment handling. I know people who have used both Weebly and Etsy and who are happy with them.

Centralized password repository [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
So,
We need to keep passwords to different SCM, DBs, etc., etc. -- it's all for the development purposes and needs to be shared between engineers. However, different people work on different projects, so we need to be able to keep some access rights / roles there. Anything you are using? Security and safety of this storage is obviously #1 priority, the #2 is actual features I listed above.
How do you store / share this information?
Thanks!
Different applications with different passwords is always a problem. So what we are using is domain authentication to everything: DB, SCM, etc.
The most important tool is the Project Management Tool. Again access to projects is based on the domain accounts. There we keep everything related to a project, even secure information. Safety is achieved through regular backup. Security can be a bit low in this case, though, depending of the tool used...

Resources