Vendor Details as part of Label response.

VendorDetails

interface VendorDetails {
    sellingParty?: PartyIdentification;
    vendorShipmentIdentifier?: string;
}

Properties

sellingParty?: PartyIdentification

VendorDetails

vendorShipmentIdentifier?: string

Unique vendor shipment id which is not used in last 365 days

VendorDetails