Interface ListingsItemsApiModelV20210801ListingsApiSearchListingsItemsRequest

Request parameters for searchListingsItems operation in ListingsApi.

ListingsApiSearchListingsItemsRequest

interface ListingsItemsApiModelV20210801ListingsApiSearchListingsItemsRequest {
    createdAfter?: string;
    createdBefore?: string;
    identifiers?: string[];
    identifiersType?:
        | "ASIN"
        | "UPC"
        | "EAN"
        | "ISBN"
        | "JAN"
        | "GTIN"
        | "MINSAN"
        | "SKU"
        | "FNSKU";
    includedData?: (
        | "attributes"
        | "productTypes"
        | "summaries"
        | "relationships"
        | "issues"
        | "offers"
        | "fulfillmentAvailability"
        | "procurement"
    )[];
    issueLocale?: string;
    lastUpdatedAfter?: string;
    lastUpdatedBefore?: string;
    marketplaceIds: string[];
    packageHierarchySku?: string;
    pageSize?: number;
    pageToken?: string;
    sellerId: string;
    sortBy?: "sku"
    | "createdDate"
    | "lastUpdatedDate";
    sortOrder?: "ASC" | "DESC";
    variationParentSku?: string;
    withIssueSeverity?: ("ERROR" | "WARNING")[];
    withoutStatus?: ("BUYABLE" | "DISCOVERABLE")[];
    withStatus?: ("BUYABLE" | "DISCOVERABLE")[];
}

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

identifiersType?:
    | "ASIN"
    | "UPC"
    | "EAN"
    | "ISBN"
    | "JAN"
    | "GTIN"
    | "MINSAN"
    | "SKU"
    | "FNSKU"

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

ListingsApiSearchListingsItems

includedData?: (
    | "attributes"
    | "productTypes"
    | "summaries"
    | "relationships"
    | "issues"
    | "offers"
    | "fulfillmentAvailability"
    | "procurement"
)[]

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

sortBy?: "sku" | "createdDate" | "lastUpdatedDate"

An attribute by which to sort the returned listing items.

ListingsApiSearchListingsItems

sortOrder?: "ASC" | "DESC"

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

withIssueSeverity?: ("ERROR" | "WARNING")[]

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

ListingsApiSearchListingsItems

withoutStatus?: ("BUYABLE" | "DISCOVERABLE")[]

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

ListingsApiSearchListingsItems

withStatus?: ("BUYABLE" | "DISCOVERABLE")[]

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

ListingsApiSearchListingsItems

MMNEPVFCICPMFPCPTTAAATR