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

    Name, address and tax details of a party.

    interface PartyIdentification {
        address?: Address;
        partyId: string;
        taxInfo?: TaxRegistrationDetails;
    }
    Index
    address?: Address
    partyId: string

    Assigned identification for the party. For example, warehouse code or vendor code. Please refer to specific party for more details.