Odoo Ebay Connector - ebay-api

I have installed ebay connector that is available with Odoo enterprise but when I tried to list product on ebay it throws error "At least one photo is required" I already have the image added to product. Thanks in advance

You need to add the images as
attachment:

Related

How can i call the opencart api to get all products and orders?

I was having a hard time figuring out on getting the product list and order list through postman. I tried to refer on this site site and also all the apis on this site site but its not working, it always shows "The page you requested cannot be found!" (please see attached file).screenshot error
Hoping for your help.
Thank you,
Ryan Jayme
Yea, you can't without a plugin from marketplace. And that documentation is outdated and that API is meant to be used by website admin not by other services/scripts

How to check if an app is installed to my Shopify Store

I can see all of my installed apps in shopify admin/apps, but i want to check it using some code behind (from my rails app).
Is there any way to list all the installed apps in my Shopify Store
or check specific app if it's installed or not?
Thank you.
check specific app if it's installed or not?
You can use ShopifyAPI::Shop.current. If the shop is not installed you'll get a ActiveResource::UnauthorizedAccess exception.
You'll also see ActiveResource::ClientErrors for shops that are suspended (e.g. credit card expired) and ActiveResource::ResourceNotFound for dead shops.

Get error trying to create a share link with action.createLink with onedrive for business but can retrieve existing link if created in the portal

I'm getting an Internal Server Error 500 with error message "host web isn’t a personal site" when trying to create a share link with the OneDrive for Business root url - https://{tenant}-my.sharepoint.com/_api/v2.0
I can upload / create files via the above API but I cannot create a shared link. If I create the link using the Office365 OneDrive portal I can then retrieve the link with action.createLink.
using the Office 365 Developer Pack subsciption but the file that I can upload and update but not create a link for is definitely in OneDrive and not the team site.
Anyone else getting the same problem and have answers? Not sure what extra detail I can provide here.
Any help is greatly appreciated. This has stumped me for a couple of days now.
Microsoft have confirmed that this is a bug in the OneDrive api with the 'createLink' function.
Refer this: https://github.com/OneDrive/onedrive-api-docs/issues/237#issuecomment-152639588
Apparently the fix is a few days away. Hope that helps somebody.
Cheers

Integrate payment gateway prestashop

I am trying to integrate a payment gateway into my prestashop website. I have the companies API, but unfortunatley they do not yet have a plugin on prestashop. Can anyone please suggest where I should start from or how I can go about getting this done.
What I think: I’m assuming prestashop saves order information in a file I can access through my file manager. So maybe I can write some code maybe in xml that retrieves the details requested by the paga api from the prestashop file. I don’t know if I’m thinking correctly. Can you guide somehow?
Thanks in advance

Adobe air native extensions / Google Checkout

Is it possible to use Adobe AIR 3.0 Native extensions to interface with Google Checkout so in-app purchase can be made?
If so: has anyone tried this?
If not: why not?
Thanks in advance
From within a browser environment you can use Google In-App Payments to sell digital and virtual goods.
More info and documentation here:
http://code.google.com/apis/inapppayments/docs/index.html