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

    Metadata about a partner (payer or payee) associated with the invoice.

    interface PartnerMetadata {
        partnerAddress?: string;
        partnerEntities?: string[];
        partnerId: string;
        partnerName?: string;
        partnerType: PartnerMetadataPartnerTypeEnum;
        taxRegistrationNumber?: string;
    }
    Index
    partnerAddress?: string

    The address of the partner.

    partnerEntities?: string[]

    The list of entities associated with a partner.

    partnerId: string

    The unique identifier for the partner. If the partner is a vendor, then this value is the vendorGroupID.

    partnerName?: string

    The name of the partner.

    The type of partner.

    taxRegistrationNumber?: string

    The tax registration number of the partner.