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

    The seller's contact information.

    interface ContactInformation {
        email?: string;
        name: string;
        phoneNumber: string;
    }
    Index

    Properties

    email?: string

    The email address.

    name: string

    The contact's name.

    phoneNumber: string

    The phone number.