Selling Partner API SDK for JavaScript
    Preparing search index...

    The operating hour schema

    interface OperatingHour {
        endTime?: string;
        startTime?: string;
    }
    Index

    Properties

    Properties

    endTime?: string

    The closing time, ISO 8601 formatted timestamp without date, HH:mm.

    startTime?: string

    The opening time, ISO 8601 formatted timestamp without date, HH:mm.