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

    The payload for the getServiceJobs operation.

    interface JobListing {
        jobs?: ServiceJob[];
        nextPageToken?: string;
        previousPageToken?: string;
        totalResultSize?: number;
    }
    Index

    Properties

    jobs?: ServiceJob[]

    List of job details for the given input.

    nextPageToken?: string

    A generated string used to pass information to your next request. If nextPageToken is returned, pass the value of nextPageToken to the pageToken to get next results.

    previousPageToken?: string

    A generated string used to pass information to your next request. If previousPageToken is returned, pass the value of previousPageToken to the pageToken to get previous page results.

    totalResultSize?: number

    Total result size of the query result.