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

    Shipment Information details for Label request.

    interface ShipmentInformation {
        buyerReferenceNumber?: string;
        masterTrackingId?: string;
        shipFromParty?: PartyIdentification;
        shipMode?: ShipmentInformationShipModeEnum;
        shipToParty?: PartyIdentification;
        totalLabelCount?: number;
        vendorDetails?: VendorDetails;
        warehouseId?: string;
    }
    Index

    Properties

    buyerReferenceNumber?: string

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

    masterTrackingId?: string

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

    shipFromParty?: PartyIdentification

    Type of shipment whether it is Small Parcel

    shipToParty?: PartyIdentification
    totalLabelCount?: number

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

    vendorDetails?: VendorDetails
    warehouseId?: string

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