{ "operationId": "getProductVideo", "method": "GET", "path": "/catalog/products/{product_id}/videos/{id}", "summary": "BigCommerce Get 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" } } ] }