Interface ListingsItemsApiModelV20210801ItemRelationship

the relationship details for a listing item.

ItemRelationship

interface ListingsItemsApiModelV20210801ItemRelationship {
    childSkus?: string[];
    parentSkus?: string[];
    type:
        | "VARIATION"
        | "PACKAGE_HIERARCHY"
        | ListingsItemsApiModelV20210801ItemRelationshipTypeEnum;
    variationTheme?: ListingsItemsApiModelV20210801ItemVariationTheme;
}

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

type:
    | "VARIATION"
    | "PACKAGE_HIERARCHY"
    | ListingsItemsApiModelV20210801ItemRelationshipTypeEnum

The type of relationship.

ItemRelationship

ItemRelationship

MMNEPVFCICPMFPCPTTAAATR