List ebay Items using API on my Mobile App with products affiliate link - laravel

I have a Mobile APP that is developed in Flutter. I want to add a section in my app called "shop". In that section I am planning to list the items from Ebay with my affiliate code, so that if anyone buy any products there I get a small amount of commission.
My App backend is written in Php Laravel. I don't have too much Idea about Ebay API. can you please suggest me the right path? the API that will give me the list of items with a specific category and items buy link should be included with my affiliate code. So that I can list those items on my shop section.

Related

Post reviews to Google Business Profile

I am creating an app that allows users to rate businesses (who are our customers). The businesses would like the user reviews to be cross-posted to their Google Business Profile in addition to appearing as an in-app review in our ecosystem. Does anyone know if there is a way to embed a Google-blessed widget in a mobile app that would allow posting a review to the Google Business Profile?
New reviews can only be created via Google Maps UI or the Google Knowledge Graph UI. The Google Business Profile APIs only support listing and replying to reviews (https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews).
So the closest way to get directly to posting a new review would be via this URL pattern:
https://search.google.com/local/writereview?placeid=<PLACE_ID>
e.g.
https://search.google.com/local/writereview?placeid=ChIJj61dQgK6j4AR4GeTYWZsKWw

Wholesaler uses Magento SOAP API v2 - does this mean I'm restricted to using Magento?

I've recently got in contact with a wholesaler who stocks products matching my site.
They offer an API to process orders, and automatically check their stock - which is appealing to me as it would save me time.
They have provided me PHP code, but the references are to Magentos SOAP API v2.
Is it possible to use Shopify instead of Magento, or am I stuck using Magento for my site?
Thanks for your time

Api to get list of products against product/brand name from Google or any other

I have a client who wants to have a feature in the app, where a user will enter the name of a brand or product and the relevant products will appear on the Table/List.
For this he doesn't want to make a commerce solution or product management solution of his own but to use any solution that is publicly available.
Now I need to know is there any platform that can serve the purpose ?
Does google have such public e-commerce solution ?
I have seen an app on Appstore called ProjectSeptember by ProjectSeptemberInc. They are using google search but I am not sure if they have made a solution of their own at Google commerce being merchant or are they using the one that I couldn't find out ?

magento REST/OAuth in 1.7

I am in magento 1.6.2 and working on setting up something to show/hide cms page(s) based on customer status.
Similar to the way WordPress has many "paywall/membership" plugins.
So the user subscribes (currently looking at using AW SARP plug-in for that part) --> then magento grants access to the CMS page,
i.e.
Show/Hide Plug-In
Show/Hide Video Program links in Customer Account
A Video Program is a Product on a CMS Page.
Customer buys (or subscribes to) a Video Program
-->a listener looks for customer ID
-->customer ID is found and shows magento what product(s) (one or more products) customer has paid for (and/or is currently subscribed to)
-->magento displays an array in customer account on a tab "My Purchased Videos" that includes links to CMS pages for each Video Program
-->once subscription expires, customer can not access CMS pages for each Video Program.
So, am I right that 1.7 allows customer management /access to be done in a totally different way using REST/OAuth or is REST/OAuth is just one more admin thing?
As far as I understand, the Magento REST API is primarily designed for integrating 3rd party applications, so it's "just" one more admin thing.

How to provide gift card code automatically to user who likes product on the magento based ecommerce site

Is there any way to link face-book like feature with the magento gift card code. Like if any user/visitor likes any product on the site then store administrator want to sent gift code automatically to that user. This should happen automatically without involvement of any manual process.
Thanks,
Rather than sending a gift card code, you should generate a one time use coupon code and send them that.
In terms of tracking the Facebook like, you can use Facebook's FB.Event.subscribe method which is a part of their JavaScript SDK. A simple snippet will allow you to listen for a "like" event, the SDK will then provide you with a callback containing the URL liked (the current page). You can pretty much do whatever you want from there.
Everything you need should be here: Facebook JS SDK

Resources