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

    The relationship details for a listing item.

    interface ItemRelationship {
        childSkus?: string[];
        parentSkus?: string[];
        type: ItemRelationshipTypeEnum;
        variationTheme?: ItemVariationTheme;
    }
    Index

    Properties

    childSkus?: string[]

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

    parentSkus?: string[]

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

    The type of relationship.

    variationTheme?: ItemVariationTheme