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

    Name, address and tax details of a party.

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

    Properties

    address?: Address
    partyId: string

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