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

    Name, address and tax details of a party.

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

    Properties

    address?: Address
    partyId: string

    Assigned Identification for the party.

    taxRegistrationDetails?: TaxRegistrationDetail[]

    Tax registration details of the entity.