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

    Range capacity entity where each entry has a capacity type and corresponding slots.

    interface RangeCapacity {
        capacityType?: CapacityType;
        slots?: RangeSlot[];
    }
    Index

    Properties

    capacityType?: CapacityType
    slots?: RangeSlot[]

    Array of capacity slots in range slot format.