An item.

Export

Product

interface Product {
    AttributeSets?: object[];
    CompetitivePricing?: CompetitivePricingType;
    Identifiers: IdentifierType;
    Offers?: OfferType[];
    Relationships?: object[];
    SalesRankings?: SalesRankType[];
}

Properties

AttributeSets?: object[]

A list of product attributes if they are applicable to the product that is returned.

Memberof

Product

CompetitivePricing?: CompetitivePricingType

Memberof

Product

Identifiers: IdentifierType

Memberof

Product

Offers?: OfferType[]

A list of offers.

Memberof

Product

Relationships?: object[]

A list that contains product variation information, if applicable.

Memberof

Product

SalesRankings?: SalesRankType[]

A list of sales rank information for the item, by category.

Memberof

Product