How to get image link from product option Id in Magento 2 api - api

I am using Magento 2 API to fetch products information and sync with our platform.
I need the product option image link by passing option_id in API. Is there any API that can return this information?

There is no such api which can return this kind of data, but Magento is highly customizable, so you can make one custom Api as per your requirements.

Related

BigCommerce REST API URL to link cross-selling and up-selling

I am looking for bigcommerce rest api URL to link cross-selling and up-selling product. i use related_product array to send related product. but need cross-selling and up-selling REST API URL with cross-selling and up-selling category.
Does anyone know ? Please help me by sharing the same.
I don't believe there is out-of-the-box support for cross selling in BigCommerce. If you were looking to develop the functionality yourself you could use product (or product variant) metafields to do this potentially.

Getting Google Shopping Categories from Big Commerce API

Is there a way to get the google shopping categories via the API from the categories that have already been mapped?
If not can they be exported?
Once/If i get the google shopping categories what is the way to PUT the data into BigC via the API? I have been to the documentation but its almost empty.
https://developer.bigcommerce.com/api/objects/v2/google_product_search_mapping
Currently, you can only GET Google Shopping Data from specific products by ID. You cannot PUT any of that info, but it can be imported or exported through a CSV.
To see what commands are available with a given API endpoint, I'd direct you to look at the Resource page as opposed to the Object page. The Object page only gives definitions for the values that a given endpoint will return or request.
More info on enabling Google Shopping in BigCommerce
Resource page for GPS

Any way to get a Restaurant menu from Yelp! API

Trying to extract some menu data from a restaurant on Yelp using the v2.0 API. The only thing i am getting via the API response is a menu_provider field which i don't know how to use - any ideas?
My understanding is that Yelp gets their menu information from Locu (and potentially other sources), so they won't share that via their API.
Per their documentation, they provide menu_provider and menu_date_updated, but not actual menu data in their API.
Documentation: http://www.yelp.com/developers/documentation/v2/business
TechCrunch article on partnership: http://techcrunch.com/2013/04/23/yelp-partners-with-locu-allowing-businesses-to-post-menus-daily-specials-photos-to-yelp-in-real-time/

Bigcommerce API for managing product videos

Is there a way to add videos to a product through the v2 API of Bigcommerce?
I am interested in using POST, PUT and DELETE methods for managing product videos through the API, similarly to the API for the product images.
From what I have gathered the current API supports only the GET method for retrieving product videos, which have been already added to the product through the administration backend. Is there any other way to programmatically manage the product videos?
Any suggestions are welcome.
Thank you in advance.
Best,
Kostas
Create/Update/Delete is available for Product Videos now.
See: https://developer.bigcommerce.com/api/stores/v2/products/videos

Shopify Delivery App API

I'm a developer and I'm working on my own Shopify app
at the moment. I wanted to ask is there ability to get Product
download URL using API or may be somehow accessing Shopify Delivery app API? I
tried, but it seems that I can not get any info about downloadable
products using API, usual set of data only, like for any other
products. Is it really so, and there is no way to get product download
link using API (product API or may be order API).