Request parameters for getAppointmentSlots operation in ServiceApi.

Export

ServiceApiGetAppointmentSlotsRequest

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

Properties

asin: string

ASIN associated with the service.

Memberof

ServiceApiGetAppointmentSlots

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.

Memberof

ServiceApiGetAppointmentSlots

marketplaceIds: string[]

An identifier for the marketplace for which appointment slots are queried

Memberof

ServiceApiGetAppointmentSlots

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.

Memberof

ServiceApiGetAppointmentSlots

storeId: string

Store identifier defining the region scope to retrive appointment slots.

Memberof

ServiceApiGetAppointmentSlots