Relationship details for an Amazon catalog item.

Export

ItemRelationship

interface ItemRelationship {
    childAsins?: string[];
    parentAsins?: string[];
    type: ItemRelationshipTypeEnum;
    variationTheme?: ItemVariationTheme;
}

Properties

childAsins?: string[]

Identifiers (ASINs) of the related items that are children of this item.

Memberof

ItemRelationship

parentAsins?: string[]

Identifiers (ASINs) of the related items that are parents of this item.

Memberof

ItemRelationship

Type of relationship.

Memberof

ItemRelationship

variationTheme?: ItemVariationTheme

Memberof

ItemRelationship