New Shopee's Openapi Announcement (ID: 1554)
Dear Developers
Please find below the OpenAPI updates released this time. These changes aim to enhance functionality, improve flexibility, and provide better integration support.
1. Video APIs Add AIGC Label Field
BackgroundTo support AIGC content labeling in Shopee Video management, Shopee will add the aigc_label field to Video OpenAPIs.
This field is provided by the user and is used to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.
Update Detailsv2.video.edit_video_info / v2.video.get_video_detail will add the aigc_label field to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.
| API |
Field |
Type |
Description |
| v2.video.edit_video_info |
aigc_label |
New Request Field |
Indicates whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts. Set to true if it does; otherwise, set to false. An AI label will be shown to viewers when set to true. |
| v2.video.get_video_detail |
aigc_label |
New Response Field |
Whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts. Returns true if the video contains AI-generated or AI-assisted content, otherwise, returns false. |
*Note:*Please ensure that sellers provide aigc_label truthfully based on the actual video content. If a seller marks a video containing AI-generated or AI-assisted content as false, but the platform later determines that the video is AI-generated or AI-assisted, the behavior may be considered a violation and penalty points may be issued. If penalty points accumulate, the seller's related permissions may be restricted or disabled.Please adjust your Shopee Video editing and detail query logic based on the new field to correctly provide and identify whether a video contains AI-generated or AI-assisted content.
Related APIsv2.video.edit_video_infov2.video.get_video_detail
Effective Date2026-09-03
Announcement URL: https://open.shopee.com/announcements/1554
@junie-agent Please review the API changes described above. Focus ONLY on major updates such as adding new endpoints or removing/taking legacy APIs offline. You can safely ignore any other changes regarding request/response parameters or fields. Update the PHP code and create a new PR for review. Close issue if nothing changes applied.
New Shopee's Openapi Announcement (ID: 1554)
Dear Developers
Please find below the OpenAPI updates released this time. These changes aim to enhance functionality, improve flexibility, and provide better integration support.
1. Video APIs Add AIGC Label Field
BackgroundTo support AIGC content labeling in Shopee Video management, Shopee will add the aigc_label field to Video OpenAPIs.
This field is provided by the user and is used to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.
Update Detailsv2.video.edit_video_info / v2.video.get_video_detail will add the aigc_label field to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.
*Note:*Please ensure that sellers provide aigc_label truthfully based on the actual video content. If a seller marks a video containing AI-generated or AI-assisted content as false, but the platform later determines that the video is AI-generated or AI-assisted, the behavior may be considered a violation and penalty points may be issued. If penalty points accumulate, the seller's related permissions may be restricted or disabled.Please adjust your Shopee Video editing and detail query logic based on the new field to correctly provide and identify whether a video contains AI-generated or AI-assisted content.
Related APIsv2.video.edit_video_infov2.video.get_video_detail
Effective Date2026-09-03
Announcement URL: https://open.shopee.com/announcements/1554
@junie-agent Please review the API changes described above. Focus ONLY on major updates such as adding new endpoints or removing/taking legacy APIs offline. You can safely ignore any other changes regarding request/response parameters or fields. Update the PHP code and create a new PR for review. Close issue if nothing changes applied.