Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about the seller's primary contact.

    interface PrimaryContact {
        address: Address;
        name: string;
        nonLatinName?: string;
    }
    Index

    Properties

    address: Address
    name: string

    The full name of the seller's primary contact.

    nonLatinName?: string

    The non-Latin script version of the primary contact's name, if applicable.