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

    Capacity slots represented in a format similar to availability rules.

    interface RangeSlot {
        capacity?: number;
        endDateTime?: string;
        startDateTime?: string;
    }
    Index

    Properties

    capacity?: number

    Capacity of the slot.

    endDateTime?: string

    End date time of slot in ISO 8601 format with precision of seconds.

    startDateTime?: string

    Start date time of slot in ISO 8601 format with precision of seconds.