Interface CatalogItemsApiModelV20220401ItemRelationship

Relationship details for an Amazon catalog item.

ItemRelationship

interface CatalogItemsApiModelV20220401ItemRelationship {
    childAsins?: string[];
    parentAsins?: string[];
    type:
        | CatalogItemsApiModelV20220401ItemRelationshipTypeEnum
        | "VARIATION"
        | "PACKAGE_HIERARCHY";
    variationTheme?: CatalogItemsApiModelV20220401ItemVariationTheme;
}

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:
    | CatalogItemsApiModelV20220401ItemRelationshipTypeEnum
    | "VARIATION"
    | "PACKAGE_HIERARCHY"

Type of relationship.

ItemRelationship

ItemRelationship

MMNEPVFCICPMFPCPTTAAATR