Product type associated with the Amazon catalog item for the indicated Amazon marketplace.

Export

ItemProductTypeByMarketplace

interface ItemProductTypeByMarketplace {
    marketplaceId?: string;
    productType?: string;
}

Properties

marketplaceId?: string

Amazon marketplace identifier.

Memberof

ItemProductTypeByMarketplace

productType?: string

Name of the product type associated with the Amazon catalog item.

Memberof

ItemProductTypeByMarketplace