Skip to main content

v2.video.get_video_detail_product_performance

GET /api/v2/video/get_video_detail_product_performance

Get performance data for products linked with individual post Shopee Video. There is at least a one-day delay.

Endpoint URL

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

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
page_noint64TrueThe start index of request. Starting from 1.
page_sizeint64TrueThe number of item returned by this request. Max is 20.
post_idstringTrueThe unique identifier for post Shopee Video.
item_idint64FalseShopee's unique identifier for an item.
item_namestringFalseName of the item.

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.
listobject[]The list of item that match the condition.
shop_idint64Shopee's unique identifier for a shop.
item_idint6434002Shopee's unique identifier for an item.
item_namestringseller discountName of the item.
item_cover_image_urlstringCover image url of the item.
item_descriptionstringDescription of the item.
likesint641Like count the post Shopee Video.
commentsint641Comment count the post Shopee Video.
placed_ordersint641Amount of product orders from the video.
placed_salesfloat2.0Amount of product sales from the video.
unique_buyersint642Buyers of the product in the video.
sold_itemsint641Amount of products sold from the video.
product_clicksint641Amount of product clicks from the video.
product_click_ratefloat1.0Amount of product clicks from the video/Product view from video.
conversion_ratefloat1.0Amount of products sold from the video/amount of views from the video.
sales_per_orderfloat2.0Amount of product sales from the video/amount of product orders from the video.
sales_per_buyerfloat2.0Amount of product sales from the video/amount of buyers from the video.
total_countint6410The total count of video that match the condition.
has_morebooleanfalseThis is to indicate whether the video list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of data.