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

    Interface ServicesApiGetServiceJobsRequest

    Request parameters for getServiceJobs operation in ServicesApi.

    interface ServicesApiGetServiceJobsRequest {
        asins?: string[];
        createdAfter?: string;
        createdBefore?: string;
        lastUpdatedAfter?: string;
        lastUpdatedBefore?: string;
        marketplaceIds: string[];
        pageSize?: number;
        pageToken?: string;
        requiredSkills?: string[];
        scheduleEndDate?: string;
        scheduleStartDate?: string;
        serviceJobStatus?: GetServiceJobsServiceJobStatusEnum[];
        serviceOrderIds?: string[];
        sortField?: GetServiceJobsSortFieldEnum;
        sortOrder?: GetServiceJobsSortOrderEnum;
        storeIds?: string[];
    }
    Index

    Properties

    asins?: string[]

    List of Amazon Standard Identification Numbers (ASIN) of the items. Max values supported is 20.

    createdAfter?: string

    A date used for selecting jobs created at or after a specified time. Must be in ISO 8601 format. Required if `LastUpdatedAfter` is not specified. Specifying both `CreatedAfter` and `LastUpdatedAfter` returns an error.

    createdBefore?: string

    A date used for selecting jobs created at or before a specified time. Must be in ISO 8601 format.

    lastUpdatedAfter?: string

    A date used for selecting jobs updated at or after a specified time. Must be in ISO 8601 format. Required if `createdAfter` is not specified. Specifying both `CreatedAfter` and `LastUpdatedAfter` returns an error.

    lastUpdatedBefore?: string

    A date used for selecting jobs updated at or before a specified time. Must be in ISO 8601 format.

    marketplaceIds: string[]

    Used to select jobs that were placed in the specified marketplaces.

    pageSize?: number

    A non-negative integer that indicates the maximum number of jobs to return in the list, Value must be 1 - 20. Default 20.

    pageToken?: string

    String returned in the response of your previous request.

    requiredSkills?: string[]

    A defined set of related knowledge, skills, experience, tools, materials, and work processes common to service delivery for a set of products and/or service scenarios. Max values supported is 20.

    scheduleEndDate?: string

    A date used for filtering jobs schedules at or before a specified time. Must be in ISO 8601 format. Schedule end date should not be earlier than schedule start date.

    scheduleStartDate?: string

    A date used for filtering jobs schedules at or after a specified time. Must be in ISO 8601 format. Schedule end date should not be earlier than schedule start date.

    A list of one or more job status by which to filter the list of jobs.

    serviceOrderIds?: string[]

    List of service order ids for the query you want to perform.Max values supported 20.

    Sort fields on which you want to sort the output.

    Sort order for the query you want to perform.

    storeIds?: string[]

    List of Amazon-defined identifiers for the region scope. Max values supported is 50.