Request parameters for listCatalogItems operation in CatalogApi.

Export

CatalogApiListCatalogItemsRequest

interface CatalogApiListCatalogItemsRequest {
    eAN?: string;
    iSBN?: string;
    jAN?: string;
    marketplaceId: string;
    query?: string;
    queryContextId?: string;
    sellerSKU?: string;
    uPC?: string;
}

Properties

eAN?: string

A European article number that uniquely identifies the catalog item, manufacturer, and its attributes.

Memberof

CatalogApiListCatalogItems

iSBN?: string

The unique commercial book identifier used to identify books internationally.

Memberof

CatalogApiListCatalogItems

jAN?: string

A Japanese article number that uniquely identifies the product, manufacturer, and its attributes.

Memberof

CatalogApiListCatalogItems

marketplaceId: string

A marketplace identifier. Specifies the marketplace for which items are returned.

Memberof

CatalogApiListCatalogItems

query?: string

Keyword(s) to use to search for items in the catalog. Example: 'harry potter books'.

Memberof

CatalogApiListCatalogItems

queryContextId?: string

An identifier for the context within which the given search will be performed. A marketplace might provide mechanisms for constraining a search to a subset of potential items. For example, the retail marketplace allows queries to be constrained to a specific category. The QueryContextId parameter specifies such a subset. If it is omitted, the search will be performed using the default context for the marketplace, which will typically contain the largest set of items.

Memberof

CatalogApiListCatalogItems

sellerSKU?: string

Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.

Memberof

CatalogApiListCatalogItems

uPC?: string

A 12-digit bar code used for retail packaging.

Memberof

CatalogApiListCatalogItems