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

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.

Related

How to get image link from product option Id in Magento 2 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.

How to get Bigcommerce Abandoned cart details?

I would like to get the Abandoned cart details from the Bigcommerce website using REST API.
Can anyone suggest how we can achieve this. I can able to get the orders and customers using their REST API.
Thanks
There's presently no API endpoints for the Abandoned Cart information. "Abandoned cart" is currently a purely core app function that has no exposure.
If you'd like to reference a company that has found a workaround, you can see something like Klaviyo.

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).

how to restrict Google suggest API for product specific result only

I have integrated google shopping API in my website and want to integrate suggest API in my product search text box. But I see when I search 'Shampoo' as a product in suggest API it returns 'shampoo coupons' as a auto suggest text. http://google.com/complete/search?output=toolbar&q=shampoo
But if I look into actual google shopping page http://www.google.com/search?q=shampoo&tbm=shop&hl=en&aq=f I don't see 'shampoo coupons' as auto suggest.
Is there any way to filter result in suggest API.
Thanks in advance.