Attach Youtube Video
POST {{baseUrl}}/products/:product/video
You can add unlimited videos to a specific product by providing the ID of the product you want to attach these videos to it in the product path parameter.
You can add one video only per request.
💡 Note
Videos are added as Youtube links.
Request Body
{"video_url"=>"<string>", "default"=>"<boolean>", "alt"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","image":{"original":{"url":"\u003cstring\u003e","width":"\u003cnumber\u003e","height":"\u003cnumber\u003e"},"standard_resolution":{"width":"\u003cnumber\u003e","height":"\u003cnumber\u003e","url":"\u003cstring\u003e"},"low_resolution":{"url":"\u003cstring\u003e","width":"\u003cnumber\u003e","height":"\u003cnumber\u003e"},"thumbnail":{"url":"\u003cstring\u003e","width":"\u003cnumber\u003e","height":"\u003cnumber\u003e"}},"default":"\u003cboolean\u003e","alt_seo":"\u003cstring\u003e","video_url":"\u003cstring\u003e","type":"\u003cstring\u003e"}}