Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface UpdateShopFlashSaleItemsRequest

    Request parameters for update_shop_flash_sale_items

    edit shop flash sale item, you can only edit the models in disbaled or enabled status

    interface UpdateShopFlashSaleItemsRequest {
        flash_sale_id: number;
        items: UpdateShopFlashSaleItemsItem[];
    }
    Index

    Properties

    Properties

    flash_sale_id: number