Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The operating hour schema

    interface OperatingHour {
        endTime?: string;
        startTime?: string;
    }
    Index
    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.