How can upload video to listing with ebay RESTFull API?
Hi, I am uploading ebay products with Develop > APIs > RESTful APIs > Sell APIs > Inventory API.
How can upload or attach video with. Is there any way to upload video via API?
1 comment
Hi, I am uploading ebay products with Develop > APIs > RESTful APIs > Sell APIs > Inventory API.
How can upload or attach video with. Is there any way to upload video via API?
shipscript
·2 years ago@interloper-com
API for uploading video:
https://developer.ebay.com/api-docs/commerce/media/overview.html
See the Inventory API for adding the above-uploaded video to a listing:
https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/createOrReplaceI...
An array of one or more VideoId values for the product. A VideoId is a unique identifier that is automatically created by eBay when a seller successfully uploads a video to eBay using the uploadVideo method of the Media API.
For information on supported marketplaces and platforms, as well as other requirements and limitations of video support, please refer to Managing videos.
Occurrence: Conditional