Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

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

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

    The identifier of the party.

    taxRegistrationDetails?: TaxRegistrationDetails[]

    The tax registration details of the party.