Relationship details for an Amazon catalog item.

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.

ItemRelationship

parentAsins?: string[]

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

ItemRelationship

Type of relationship.

ItemRelationship

variationTheme?: ItemVariationTheme

ItemRelationship