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

    The time when the business opens or closes.

    interface HourMinute {
        hour?: number;
        minute?: number;
    }
    Index
    hour?: number

    The hour when the business opens or closes, in 24-hour format (0-23).

    minute?: number

    The minute when the business opens or closes.