{ "operationId": "createProductVideo", "method": "POST", "path": "/catalog/products/{product_id}/videos", "summary": "BigCommerce Create a Product Video", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "title": "Your Video", "description": "Company Values", "sort_order": 1, "type": "youtube", "video_id": "123345AA" } } ] }