Attach Video by SKU
POST {{baseUrl}}/products/sku/:sku/videos
This endpoint allows you to attache a video by providing the SKU value of the Product.
Request Body
{"video_url"=>"https://www.youtube.com/watch?v=jwCmIBJ8Jtc"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":201,"success":true,"data":{"id":607439256,"image":{"original":{"url":"https://img.youtube.com/vi/jwCmIBJ8Jtc/mqdefault.jpg","width":"1920","height":"1080"},"standard_resolution":{"url":"https://img.youtube.com/vi/jwCmIBJ8Jtc/sddefault.jpg","width":"640","height":"480"},"low_resolution":{"url":"https://img.youtube.com/vi/jwCmIBJ8Jtc/mqdefault.jpg","width":"320","height":"180"},"thumbnail":{"url":"https://img.youtube.com/vi/jwCmIBJ8Jtc/default.jpg","width":"120","height":"90"}},"sort":null,"default":false,"alt_seo":null,"video_url":"https://www.youtube.com/watch?v=jwCmIBJ8Jtc","type":"video"}}