Parameters for adding items
Parameters for adding items to session
The list of items to add
The identifier of livestream session
A promise that resolves to the add item list response
Apply a pre-defined item set to a livestream session. Only available for TW, ID, TH regions.
Parameters for applying item set
Parameters for applying item set
The identifier of item set
Optionalitem_set_ids?: number[]The list of item set IDs
The identifier of livestream session
A promise that resolves to the apply item set response
Ban a user from commenting in a livestream session. Only available for TW, ID, TH regions.
Parameters for banning a user
Parameters for banning a user from commenting
Optionalban_user_id?: numberBan user ID (field gap requirement)
The identifier of livestream session
User ID to ban
A promise that resolves to the ban user comment response
Create a new livestream session with basic information. Only available for TW, ID, TH regions.
Parameters for creating a livestream session
Parameters for creating a livestream session
The cover image URL of livestream session
Optionaldescription?: stringThe description of livestream session, cannot exceed 200 characters
Optionalis_test?: booleanIndicate whether the livestream session is for testing purpose only
The title of livestream session, cannot exceed 200 characters
A promise that resolves to the create session response containing:
Delete items from a livestream session's shopping bag. Only available for TW, ID, TH regions.
Parameters for deleting items
Parameters for deleting items from session
The list of items to delete
The identifier of livestream session
A promise that resolves to the delete item list response
Remove the currently displayed item from a livestream session. Only available for TW, ID, TH regions.
Parameters for deleting show item
Parameters for deleting show item
The identifier of livestream session
A promise that resolves to the delete show item response
End a livestream session. Only available for TW, ID, TH regions.
Parameters for ending a livestream session
Parameters for ending a livestream session
The identifier of livestream session
A promise that resolves to the end session response
Get the total count of items in a livestream session's shopping bag. Only available for TW, ID, TH regions.
Parameters for getting item count
Parameters for getting item count
The identifier of livestream session
A promise that resolves to the item count response containing:
Get the list of items in a livestream session's shopping bag. Only available for TW, ID, TH regions.
Parameters for getting item list
Parameters for getting item list
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
The identifier of livestream session
A promise that resolves to the item list response containing:
Get the items in a specific item set. Only available for TW, ID, TH regions.
Parameters for getting item set item list
Parameters for getting item set item list
The identifier of item set
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
A promise that resolves to the item set item list response
Get the list of available item sets. Only available for TW, ID, TH regions.
Parameters for getting item set list
Parameters for getting item set list
Optionalkeyword?: stringKeyword for search
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
A promise that resolves to the item set list response containing:
Get the latest comments from a livestream session. Only available for TW, ID, TH regions.
Parameters for getting latest comment list
Parameters for getting latest comment list
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
The identifier of livestream session
A promise that resolves to the latest comment list response containing:
Get items that viewers liked during the livestream session. Only available for TW, ID, TH regions.
Parameters for getting like item list
Parameters for getting like item list
Optionalkeyword?: stringKeyword for search
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
The identifier of livestream session
A promise that resolves to the like item list response
Get recently added items in a livestream session. Only available for TW, ID, TH regions.
Parameters for getting recent item list
Parameters for getting recent item list
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
The identifier of livestream session
A promise that resolves to the recent item list response
Get basic information about a livestream session including cover, title, description, type (test live or normal live), create time, update time, stream url, etc. Only available for TW, ID, TH regions.
Parameters for getting session detail
Parameters for getting session detail
The identifier of livestream session
A promise that resolves to the session detail response containing:
Get item-level metrics for a livestream session. Only available for TW, ID, TH regions.
Parameters for getting session item metrics
Parameters for getting session item metrics
Specifies the starting entry of data to return
Maximum number of entries per page (1-100)
The identifier of livestream session
A promise that resolves to the session item metric response containing:
Get metrics for a livestream session including GMV, orders, viewers, engagement metrics. Only available for TW, ID, TH regions.
Parameters for getting session metrics
Parameters for getting session metrics
The identifier of livestream session
A promise that resolves to the session metric response containing:
Get the currently displayed item in a livestream session. Only available for TW, ID, TH regions.
Parameters for getting show item
Parameters for getting show item
The identifier of livestream session
A promise that resolves to the show item response containing:
Post a comment to a livestream session. Only available for TW, ID, TH regions.
Parameters for posting a comment
Parameters for posting a comment
Comment text
Optionalcontent?: stringComment content (field gap requirement)
The identifier of livestream session
A promise that resolves to the post comment response
Start a livestream session. Only available for TW, ID, TH regions.
Parameters for starting a livestream session
Parameters for starting a livestream session
The identifier of the stream domain
The identifier of livestream session
A promise that resolves to the start session response
Unban a user from commenting in a livestream session. Only available for TW, ID, TH regions.
Parameters for unbanning a user
Parameters for unbanning a user from commenting
The identifier of livestream session
Optionalunban_user_id?: numberUnban user ID (field gap requirement)
User ID to unban
A promise that resolves to the unban user comment response
Update the order of items in a livestream session's shopping bag. Only available for TW, ID, TH regions.
Parameters for updating items
Parameters for updating items in session
The list of items to update
The identifier of livestream session
A promise that resolves to the update item list response
Update basic information of a livestream session. Only available for TW, ID, TH regions.
Parameters for updating a livestream session
Parameters for updating a livestream session
Optionalcover_image_url?: stringThe cover image URL of livestream session
Optionaldescription?: stringThe description of livestream session, cannot exceed 200 characters
Optionalis_test?: booleanIndicate whether the livestream session is for testing purpose only
The identifier of livestream session
Optionaltitle?: stringThe title of livestream session, cannot exceed 200 characters
A promise that resolves to the update session response
Update which item to display in a livestream session. Only available for TW, ID, TH regions.
Parameters for updating show item
Parameters for updating show item
Shopee's unique identifier for an item
The identifier of livestream session
The shop id of this item
A promise that resolves to the update show item response
Upload an image for use in livestream (e.g., cover image). Only available for TW, ID, TH regions.
Parameters for uploading an image
Parameters for uploading an image
The image file to upload
A promise that resolves to the upload image response containing:
Add items to a livestream session's shopping bag. Only available for TW, ID, TH regions.