Interface VendorShipmentsApiModelShipmentInformation

Shipment Information details for Label request.

ShipmentInformation

interface VendorShipmentsApiModelShipmentInformation {
    buyerReferenceNumber?: string;
    masterTrackingId?: string;
    shipFromParty?: VendorShipmentsApiModelPartyIdentification;
    shipMode?:
        | "LTL"
        | "SmallParcel"
        | VendorShipmentsApiModelShipmentInformationShipModeEnum;
    shipToParty?: VendorShipmentsApiModelPartyIdentification;
    totalLabelCount?: number;
    vendorDetails?: VendorShipmentsApiModelVendorDetails;
    warehouseId?: string;
}

Properties

buyerReferenceNumber?: string

The buyer reference number is a unique identifier generated by the buyer for all Collect and WePay shipments.

ShipmentInformation

masterTrackingId?: string

Unique Id with which the shipment can be tracked for Small Parcels.

ShipmentInformation

ShipmentInformation

shipMode?:
    | "LTL"
    | "SmallParcel"
    | VendorShipmentsApiModelShipmentInformationShipModeEnum

Type of shipment whether it is Small Parcel

ShipmentInformation

ShipmentInformation

totalLabelCount?: number

Number of Labels that are created as part of this shipment.

ShipmentInformation

ShipmentInformation

warehouseId?: string

Vendor Warehouse ID from where the shipment is scheduled to be picked up by buyer / Carrier.

ShipmentInformation

MMNEPVFCICPMFPCPTTAAATR