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

    The job details of a service.

    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;
    }
    Index

    Properties

    appointments?: Appointment[]

    A list of appointments.

    associatedItems?: AssociatedItem[]

    A list of items associated with the service job.

    buyer?: Buyer
    createTime?: string

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

    marketplaceId?: string

    The marketplace identifier.

    preferredAppointmentTimes?: AppointmentTime[]

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

    scopeOfWork?: ScopeOfWork
    seller?: Seller
    serviceJobId?: string

    Amazon identifier for the service job.

    serviceJobProvider?: ServiceJobProvider

    The status of the service job.

    serviceLocation?: ServiceLocation
    serviceOrderId?: string

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

    storeId?: string

    The Amazon-defined identifier for the region scope.