Relationship details for the Amazon catalog item for the indicated Amazon marketplace.

Export

ItemRelationshipsByMarketplace

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

Properties

marketplaceId: string

Amazon marketplace identifier.

Memberof

ItemRelationshipsByMarketplace

relationships: ItemRelationship[]

Relationships for the item.

Memberof

ItemRelationshipsByMarketplace