How To Import Third Party Ebay Listings Into My Shopify Site - spotify

In collaboration with third party sellers on Ebay I like to import their listings into my Spotify site.
To achieve my use case the next steps are important.
1.Import of listings of 3d party Ebay sellers (based on terms of collaboration)
2.Customer browses and order on my Spotify site.
3.Product order will be forwarded to third party Ebay seller.
4.Product will be sent to the customer address
-Which apps or plugins will I need to import the Ebay listings?
-Which application do I need to automate the process to forward the order to the Ebay seller?

Related

How can i create plugin to sell my products on other websites?

I have an eCommerce website. I want to let other websites sell my products on their website,
also, I want it to be as automatic as possible,
something like google ads - where the other website just needs to add one line of code,
how can i do that?
and how to keep track of my products (and take my money & give them their commission)?
There are at least 2 scenarios for example:
You want a rest api that could be implemented by other 3rd party sellers that could be called by them in order for you to keep track of purchases and their comissions. ( in this case the final customer will remain on 3rd party seller webpage )
If you insist on adding something like google ads on a seller webpage in that case you can play with cookies meaning:
Customer enters on seller website he will see something like an "ad" he or she will click on that ad ( image/link ) and will be redirected to your site https://yourwebsite.com/redirectedFrom=seller123
You will save that seller123 in customer cookie browser and if that customer will purchase something from your website you will know from cookie saved earlier from which seller customer was coming in order for you to assign commission and so on.
I hope that both scenarios might help. It really depends on you if you want that a customer should order something directly from other 3rd party seller or directly from your website.
To be more specific in both situations you will end up making money but both scenarios has different customer experience, on 1st scenario customer remains on seller website on 2nd one customer will be redirected to your website

Find my own product ratings via Amazon API

I need to find my product details such as ratings without scraping.
Is that possible or any existing API to get these information from?
If not is it possible to scrape it by my self any good source for free node js amazon scraper?
There does exist an API called Amazon's product advertising API.
The problem with it is that you need an Amazon associate account which is an affiliate marketing program that expects you to drive sales to products.
Product Advertising API sign up is available only to associates who have referred qualified sales and have been accepted into the program.
You could use the Keepa API. Keepa is a browser widget that scrapes Amazon through its users. The downside here is the data may not be real time. The more active an item is, the more often it is scraped. You can pull price, offers, reviews, rating, and more. The plugin is free, but the API is not.

Shopify - Add Rates through external API

I am new in the Shopify Ecommerce platform (residing in South Africa) and I am trying to figure out, how to use an external (my own) API to get shipping rates based on postal codes from the Billing Address to the Shipping Address. I have went through sites after sites including youTube, and nothing was helpful. Is there a way to integrate Shopify with other API to calculate shipping rates? I am running everything on NodeJS, Express and Ngrok
The best way is to use Custom Carrier Services. You register a callback with the Shopify store, and then Shopify sends your App endpoint a payload for each and every checkout. It is a simple payload, you get the origin, destination, and items. So you can figure out shipping rates that are appropriate, and then return those to Shopify. Shopify then formats the results and presents them to the customer.

Payment - Android in-app purchases

I plan to use a 3rd party payment gateway for in-app purchases for an app distributed through the Google PlayStore. I'm aware of Google's policies regarding payments for in-app purchases (https://play.google.com/about/monetization-ads/payments/)
My content / service delivery model is as follows:
When a user pays for a plan he gets—
Certain features in the app
Certain features in our web portal, completely outside the app
Our deployment staff going and visiting the user's location and
providing training and setup services.
For some plans, we will be delivering a physical device to user's
locations (a POS machine to accept card payments)
Since my offerings are a combination of physical and digital goods and services provided within and outside the app, it does not clearly fall under the categories Google mentions in the link above.
My question is: Can I use a 3rd party payment gateway to accept payments within the app given my content / service delivery model?
Do I risk being blacklisted? Does Google give a time window to react by sending an email first before pulling apps down.
I know my question is similar to this one: Android In-app purchases and I'd like to get similar opinions on my planned content / service delivery model.
Kindle PlayStore app, distributed via Play Store also seems to be an example of an app using different payment method from Google's billing APIs

how does retailer connect to Google wallet acount in a third party website?

I'm a developer of a website that enable retailers to interact with rheir customers at events. the way it works is that the retailer selles a product on my website, the costumer buys it on my website, i'm the common thread. i want to offer the consumers to pay with google wallet. the question is how does the retailer coonect his google wallet business acount to the button which will be on my website? can it be done with the email he has opened his google wallet business acount? Thanks! Amitai.
Unfortunately, the seller doesn't have access to any information about the customer. You need to be able to obtain the JWT or Merchant Key from the original retailer to be able to perform sale on your own website. Only tool you have available to pass information around is the JWT. There are several security and process issues related to this.

Resources