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

    Interface ServicesApiGetAppointmentSlotsRequest

    Request parameters for getAppointmentSlots operation in ServicesApi.

    interface ServicesApiGetAppointmentSlotsRequest {
        asin: string;
        endTime?: string;
        marketplaceIds: string[];
        startTime?: string;
        storeId: string;
    }
    Index

    Properties

    asin: string

    ASIN associated with the service.

    endTime?: string

    A time up to which the appointment slots will be retrieved. The specified time must be in ISO 8601 format. If `endTime` is provided, `startTime` should also be provided. Default value is as per business configuration. Maximum range of appointment slots can be 90 days.

    marketplaceIds: string[]

    An identifier for the marketplace for which appointment slots are queried

    startTime?: string

    A time from which the appointment slots will be retrieved. The specified time must be in ISO 8601 format. If `startTime` is provided, `endTime` should also be provided. Default value is as per business configuration.

    storeId: string

    Store identifier defining the region scope to retrive appointment slots.