Skip to main content

v2.video.get_video_detail

GET /api/v2/video/get_video_detail

Get the detail information of video.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/video/get_video_detail

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
user_idint1Shopee's unique identifier for a user.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by(depends on different APIs) partner_id, api path, timestamp, access_token, user_id and partner_key via HMAC-SHA256 hashing algorithm.

Request Parameters

NameTypeRequiredSampleDescription
video_upload_idstringFalsesg-11110199-6v99e-mgezdwct5eyya0You can only select one from video_upload_id and post_id: - If you want to get detail information of video with draft status, please pass video_upload_id. - If you want to get detail information of video with post status, please pass post_id.
post_idstringFalseYwOo_gZqCACXbM0UAAAAAA==You can only select one from video_upload_id and post_id: - If you want to get detail information of video with draft status, please pass video_upload_id. - If you want to get detail information of video with post status, please pass post_id.

Response Parameters

NameTypeSampleDescription
errorstringIndicate error type if hit error. Empty if no error happened.
messagestringIndicate error details if hit error. Empty if no error happened.
request_idstring2af852cd-7420-4714-b7cd-33317f6fe548The identifier for an API request for error tracking.
responseobjectDetail informations you are querying.
video_upload_idstringid-11110201-6ko2m-mczrffx878mba3ID of uploaded video.
post_idstringYwOo_gZqCACXbM0UAAAAAA==The unique identifier for post Shopee Video. Only have value when the video status is 300 (POSTED).
post_timetimestamp1761188662147The time when the video post to Shopee Video. Only have value when the video status is 300 (POSTED).
video_urlstringhttps://down-bs-id.vod.susercontent.com/c3/50007225/201/A3oxONdWALgpg8thEbEBACc.mp4Video play url.
statusint32300Video current status. Applicable values: 200: DRAFT 300: POSTED 400: DELETED 500: SCHEDULED 600: SCHEDULED_FAILED
cover_image_urlstringhttps://down-sp-id.vod.susercontent.com/c3/50007225/201/A3oyOUXSAFAbg8thIfYBBgAn.jpgCover image url of the Shopee Video.
captionstring#tt Tt1Description of the Shopee Video.
durationint326866Video duration time in millisecond.
viewsint641View count of post Shopee Video. Only have value when the video status is 300 (POSTED).
likesint641Like count of post Shopee Video. Only have value when the video status is 300 (POSTED).
commentsint641Comment count the post Shopee Video. Only have value when the video status is 300 (POSTED).
has_performancebooleanfalseWhether there is video metric data.
item_listobject[]List of products linked with the Shopee Video.
shop_idint64Shopee's unique identifier for a shop of the item.
item_idint6434002Shopee's unique identifier for an item.
item_namestringseller discountName of the item.
custom_item_namestringName of the item displayed on Shopee Video (max 255 characters).
item_cover_image_urlstringCover image url of the item.
min_pricefloat100000.0Min price of the item.
max_pricefloat100000.0Max price of the item.
stockint6410Stock of the item.
allow_infoobjectWhether allow stitch and duet.
allow_stitchbooleantrueWhether allow stitch.
allow_duetbooleantrueWhether allow duet.
scheduled_infoobjectWhen scheduled_post is true, scheduled_post_time must not empty. When scheduled_post is false, scheduled_post_time must empty.
scheduled_postbooleantrueWhether post it to Shopee Video at scheduled time.
scheduled_post_timetimestamp1761734929450Scheduled post time, millisecond timestamp.
update_timetimestamp1761188662147The lasted update time the video.