The job details of a service.

Export

ServiceJob

interface ServiceJob {
    appointments?: Appointment[];
    associatedItems?: AssociatedItem[];
    buyer?: Buyer;
    createTime?: string;
    marketplaceId?: string;
    preferredAppointmentTimes?: AppointmentTime[];
    scopeOfWork?: ScopeOfWork;
    seller?: Seller;
    serviceJobId?: string;
    serviceJobProvider?: ServiceJobProvider;
    serviceJobStatus?: ServiceJobServiceJobStatusEnum;
    serviceLocation?: ServiceLocation;
    serviceOrderId?: string;
    storeId?: string;
}

Properties

appointments?: Appointment[]

A list of appointments.

Memberof

ServiceJob

associatedItems?: AssociatedItem[]

A list of items associated with the service job.

Memberof

ServiceJob

buyer?: Buyer

Memberof

ServiceJob

createTime?: string

The date and time of the creation of the job in ISO 8601 format.

Memberof

ServiceJob

marketplaceId?: string

The marketplace identifier.

Memberof

ServiceJob

preferredAppointmentTimes?: AppointmentTime[]

A list of appointment windows preferred by the buyer. Included only if the buyer selected appointment windows when creating the order.

Memberof

ServiceJob

scopeOfWork?: ScopeOfWork

Memberof

ServiceJob

seller?: Seller

Memberof

ServiceJob

serviceJobId?: string

Amazon identifier for the service job.

Memberof

ServiceJob

serviceJobProvider?: ServiceJobProvider

Memberof

ServiceJob

The status of the service job.

Memberof

ServiceJob

serviceLocation?: ServiceLocation

Memberof

ServiceJob

serviceOrderId?: string

The Amazon-defined identifier for an order placed by the buyer, in 3-7-7 format.

Memberof

ServiceJob

storeId?: string

The Amazon-defined identifier for the region scope.

Memberof

ServiceJob