Selling Partner API SDK for JavaScript
    Preparing search index...

    Relationship details for an Amazon catalog item.

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

    Properties

    childAsins?: string[]

    ASINs of the related items that are children of this item.

    parentAsins?: string[]

    ASINs of the related items that are parents of this item.

    Type of relationship.

    variationTheme?: ItemVariationTheme