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

    Party identification details for the shipment, applicable to direct fulfillment shipments.

    interface PartyIdentificationInfo {
        address?: Address;
        partyId: string;
        partyType: PartyIdentificationInfoPartyTypeEnum;
        taxInfo?: TaxRegistrationInfo;
    }
    Index

    Properties

    address?: Address
    partyId: string

    Assigned identification for the party. For example, a warehouse code or vendor code.

    Assigned identification for the party. For example, a warehouse code or vendor code.