the relationship details for a listing item.

ItemRelationship

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

Properties

childSkus?: string[]

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

ItemRelationship

parentSkus?: string[]

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

ItemRelationship

The type of relationship.

ItemRelationship

variationTheme?: ItemVariationTheme

ItemRelationship