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

    The name, address, and tax details of a party.

    interface PartyIdentification {
        address?: Address;
        partyId: string;
        taxRegistrationDetails?: TaxRegistrationDetails[];
    }
    Index

    Properties

    address?: Address
    partyId: string

    The identifier of the party.

    taxRegistrationDetails?: TaxRegistrationDetails[]

    The tax registration details of the party.