Bigcommerce API for managing product videos - bigcommerce

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

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.

Shopify Product&Collection Export Automation

I would like to discuss with you about a solution for an issue I`m having.
I have a marketplace, I want to allow Shopify sellers to sell on my marketplace.
I`m looking for the best solution to export the Shopify sellers products & Collections in a feed. I want to make this whole process to be automatic as possible. I dont want the sellers to have to deal with all the technical stuff.
Also, a feature the solution must contain is - I need to map the field once, to map the Shopify categories to my marketplace categories.
Do you know any solution, app or something that can help me?
For making your system automatic you can take reference about shopify webhooks Shopify webhooks
and you can take reference regarding listed public app marketplace solution on shopify

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.

Is there an AliExpress API that can submit dropship orders instead of using Oberlo?

Currently I am using the Shopify app Oberlo with it's chrome extension to manually send over dropship orders one by one.
This works find but I have between 100 to 1000 orders daily during testing.
Can anybody recommend a way to automate this using either an API directly from AliExpress (which the affiliate API is all I have been able to find) or possibly a laravel wrapper integrated with Shopify that has the ability to post dropship orders automatically.
Much appreciated!
I've been looking for similar documentation on AliExpress and found the dropshipping subsection of their API:
Get Product Info: https://developers.aliexpress.com/en/doc.htm?docId=35321&docType=2
Place an Order: https://developers.aliexpress.com/en/doc.htm?docId=35446&docType=2
Get Tracking info from a previous order: https://developers.aliexpress.com/en/doc.htm?docId=40656&docType=2
Other less-common dropshipping APIs are available from the sidebar navigation of any of these.
It also appears that you have to register as a seller (even though you're just buying) to get access to these dropshipping API.
You'll have to build a shopify app that can receive your orders and turn around to place them on AliExpress. I haven't seen a tool that can place orders automatically without coding.

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