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

    Interface SetAppointmentFulfillmentDataRequest

    Input for set appointment fulfillment data operation.

    interface SetAppointmentFulfillmentDataRequest {
        appointmentResources?: AppointmentResource[];
        estimatedArrivalTime?: DateTimeRange;
        fulfillmentDocuments?: FulfillmentDocument[];
        fulfillmentTime?: FulfillmentTime;
    }
    Index

    Properties

    appointmentResources?: AppointmentResource[]

    List of resources that performs or performed job appointment fulfillment.

    estimatedArrivalTime?: DateTimeRange
    fulfillmentDocuments?: FulfillmentDocument[]

    List of documents captured during service appointment fulfillment.

    fulfillmentTime?: FulfillmentTime