Relationship details for the listing item in the specified marketplace.

ItemRelationshipsByMarketplace

interface ItemRelationshipsByMarketplace {
    marketplaceId: string;
    relationships: ItemRelationship[];
}

Properties

marketplaceId: string

Amazon marketplace identifier.

ItemRelationshipsByMarketplace

relationships: ItemRelationship[]

Relationships for the listing item.

ItemRelationshipsByMarketplace