Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Relationship details for the listing item in the specified Amazon store.

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

    Amazon store identifier.

    relationships: ItemRelationship[]

    Relationships for the listing item.