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

    Interface DeleteSpecialOperatingHourRequest

    Request parameters for delete_special_operating_hour

    This API is used to delete a specific special operating hour for a seller. This API allows sellers to manage their operating hours by removing any special operating hours that are no longer needed. To use this API, the name of the special operating hour to be deleted should be obtained from the v2.logistics.get_operating_hours API.

    interface DeleteSpecialOperatingHourRequest {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the special operating hour which can be retrieved from v2.logistics.get_operating_hours