display amazon website under subdomain like cashbasha - subdomain

How are you all ?
How can cashbasha.com display amazon store under "cashbasha" subdomain ?
Here is an example to understand what I mean:
http://en-jo.alpha-secure.shop.cashbasha.com
I searched over stackoverflow for same issue, i found this link:
How to embed an external webpage without using iframe?
But answers for that question is not useful anymore ! Cashbasha is a trusted Jordanian company and let user buying thorught amazon by the best easy way.
The user goes to cashbasha.com, browsing products and categories from amazon, then the user can add products to his cart in amazon, and checkout on cashbasha.
Let me return to the main question: How can cashbasha integrate amazon ?

After searching alot, I found that they are using Amazon API along with amazon professional seller account.
When you create amazon professional seller account, they give you an access to much more API functions rather than regular affiliate account.

Related

How to get AWS book information?

I'm trying to get info like title, authors and image and I've been looking for that for some time! I have read the documentation but I have not been successful.
Doing this with Google is quite trivial, I simply require what I need directly in the URL, for example: https://www.googleapis.com/books/v1/volumes?q=harry+potter
But I can't find a similar link in AWS services. Is there, in fact, any url where I can request book information?
I know Amazon.com retail is separate from AWS and I think I should use the Amazon product API. But how to do it?
I'm not an Amazon Web Services expert but I believe what you're looking for is here: https://webservices.amazon.com/paapi5/documentation/search-items.html
In short, you need more or less of this here:
Register an api key;
Send a request;
Verify and consume response;

Reseller Web Application with domain pointing

I have not found any exact match for my query so creating this new thread. I am trying to build an application which is going to be work in the following way:
seller come to the example.com.
Initially they run the applicaiton as seller1.example.com
seller buy a domain say seller.com
they need to point our cname to their domain panel
then they can run the seller portal with seller.com url
Now the queries or concern are as follows:
If we dont add the domain which is created by user in my hosting as add on domain will it work?
There can be 1000 of user is it convenient add such huge number of add on domain?
There are several domain providers. Some provide facility to point NS record, some provide facility to point IP/A record how this can be manage via cpanel APIs.
Any suggestion or pointers will help us a lot.
Thanks in advance!

Get access to product advertising api as a developer when you have "coming soon" website

I want to get credentials to use the Amazon product api for a project im working on, and to do that I need to open an Associates account.
When opening associates account they asked for a link, so I created a coming soon website in wix and gave this link.
After opening the Associates account I went to sign for product advertising api, but I can't sign up cause they say I need my application to be approved, and to get approved I understood I need to be accepted into the Associates Program.
To be accepted into the Associates Program I think I need to put link on my site and make a purchase from one of the product links in my site? not clear how that actually works...
some blog posts said they create some content on their site, which is fake, cant I just tell Amazon I need the api access so I can build my website and its not relevant before?

Read Amazon Shopping Cart

I am Developing an application(on Mobile) and one of the features needs to read the shopping cart a user has made on amazon.
The user opens amazon from any browser
the user opens my app
logins with amazon user and pass
after that i need the app to read the card and only display the items
is this possible ?
Thanks
Check out the amazon product advertising API. Be sure to read the full documentation.
The API has many methods that can be used to search, look up created and modify shopping cart.
Link:
https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html

Integrating DirectSmile with CS-Cart

I'm trying to use cs-cart to sell e-cards. I want to use DirectSmile.com API to customize the card from cs-cart itself. I'm familiar with the DirectSmile API; that's not a problem. I'm just wondering if there is a way to change the cs-cart workflow a bit to allow users to customize and buy such products.
Is that possible with cs-cart?
Thanks
It is possible. You can create an add-on to work with the DirectSmile.com.
Look at the "Gift Certificates" add-on. This add-on allows to add to cart a new structured product: Gift card.
So you can do the same: Create your own type of products.