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

    Contains a start and end DateTime representing a time range.

    interface Window {
        editableUntil?: string;
        end: string;
        start: string;
    }
    Index
    editableUntil?: string

    The timestamp at which this Window can no longer be edited.

    end: string

    The end timestamp of the window.

    start: string

    The start timestamp of the window.