Request parameters for listCatalogCategories operation in CatalogApi.

Export

CatalogApiListCatalogCategoriesRequest

interface CatalogApiListCatalogCategoriesRequest {
    aSIN?: string;
    marketplaceId: string;
    sellerSKU?: string;
}

Properties

aSIN?: string

The Amazon Standard Identification Number (ASIN) of the item.

Memberof

CatalogApiListCatalogCategories

marketplaceId: string

A marketplace identifier. Specifies the marketplace for the item.

Memberof

CatalogApiListCatalogCategories

sellerSKU?: string

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

Memberof

CatalogApiListCatalogCategories