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

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

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

    Array of capacity slots in range slot format.