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

    Contains a start and end DateTime representing a time range.

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

    Properties

    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.