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

    Interface ServicesApiSetAppointmentFulfillmentDataRequest

    Request parameters for setAppointmentFulfillmentData operation in ServicesApi.

    interface ServicesApiSetAppointmentFulfillmentDataRequest {
        appointmentId: string;
        body: SetAppointmentFulfillmentDataRequest;
        serviceJobId: string;
    }
    Index

    Properties

    appointmentId: string

    An Amazon-defined identifier of active service job appointment.

    Appointment fulfillment data collection details.

    serviceJobId: string

    An Amazon-defined service job identifier. Get this value by calling the `getServiceJobs` operation of the Services API.