Request parameters for searchListingsItems operation in ListingsApi.

ListingsApiSearchListingsItemsRequest

interface ListingsApiSearchListingsItemsRequest {
    createdAfter?: string;
    createdBefore?: string;
    identifiers?: string[];
    identifiersType?: SearchListingsItemsIdentifiersTypeEnum;
    includedData?: SearchListingsItemsIncludedDataEnum[];
    issueLocale?: string;
    lastUpdatedAfter?: string;
    lastUpdatedBefore?: string;
    marketplaceIds: string[];
    packageHierarchySku?: string;
    pageSize?: number;
    pageToken?: string;
    sellerId: string;
    sortBy?: SearchListingsItemsSortByEnum;
    sortOrder?: SearchListingsItemsSortOrderEnum;
    variationParentSku?: string;
    withIssueSeverity?: SearchListingsItemsWithIssueSeverityEnum[];
    withoutStatus?: SearchListingsItemsWithoutStatusEnum[];
    withStatus?: SearchListingsItemsWithStatusEnum[];
}

Properties

createdAfter?: string

A date-time that is used to filter listing items. The response includes listings items that were created at or after this time. Values are in ISO 8601 date-time format.

ListingsApiSearchListingsItems

createdBefore?: string

A date-time that is used to filter listing items. The response includes listings items that were created at or before this time. Values are in ISO 8601 date-time format.

ListingsApiSearchListingsItems

identifiers?: string[]

A comma-delimited list of product identifiers that you can use to search for listings items. Note: 1. This is required when you specify `identifiersType`. 2. You cannot use 'identifiers' if you specify `variationParentSku` or `packageHierarchySku`.

ListingsApiSearchListingsItems

A type of product identifiers that you can use to search for listings items. Note: This is required when `identifiers` is provided.

ListingsApiSearchListingsItems

A comma-delimited list of datasets that you want to include in the response. Default: `summaries`.

ListingsApiSearchListingsItems

issueLocale?: string

A locale that is used to localize issues. When not provided, the default language code of the first marketplace is used. Examples: "en_US", "fr_CA", "fr_FR". When a localization is not available in the specified locale, localized messages default to "en_US".

ListingsApiSearchListingsItems

lastUpdatedAfter?: string

A date-time that is used to filter listing items. The response includes listings items that were last updated at or after this time. Values are in ISO 8601 date-time format.

ListingsApiSearchListingsItems

lastUpdatedBefore?: string

A date-time that is used to filter listing items. The response includes listings items that were last updated at or before this time. Values are in ISO 8601 date-time format.

ListingsApiSearchListingsItems

marketplaceIds: string[]

A comma-delimited list of Amazon marketplace identifiers for the request.

ListingsApiSearchListingsItems

packageHierarchySku?: string

Filter results to include listing items that contain or are contained by the specified SKU. Note: You cannot use `packageHierarchySku` if you include `identifiers` or `variationParentSku` in your request.

ListingsApiSearchListingsItems

pageSize?: number

The number of results that you want to include on each page.

ListingsApiSearchListingsItems

pageToken?: string

A token that you can use to fetch a specific page when there are multiple pages of results.

ListingsApiSearchListingsItems

sellerId: string

A selling partner identifier, such as a merchant account or vendor code.

ListingsApiSearchListingsItems

An attribute by which to sort the returned listing items.

ListingsApiSearchListingsItems

The order in which to sort the result items.

ListingsApiSearchListingsItems

variationParentSku?: string

Filters results to include listing items that are variation children of the specified SKU. Note: You cannot use `variationParentSku` if you include `identifiers` or `packageHierarchySku` in your request.

ListingsApiSearchListingsItems

Filter results to include only listing items that have issues that match one or more of the specified severity levels.

ListingsApiSearchListingsItems

Filter results to include only listing items that don't contain the specified statuses.

ListingsApiSearchListingsItems

Filter results to include only listing items that have the specified status.

ListingsApiSearchListingsItems