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

    Name/Address and tax details of the party.

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

    Properties

    address?: Address
    partyId: string

    Assigned identification for the party.

    taxRegistrationDetails?: TaxRegistrationDetails[]

    Tax registration details of the entity.