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

PartyIdentification

interface PartyIdentification {
    partyId: string;
}

Properties

Properties

partyId: string

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

PartyIdentification