Small Parcel Delivery (SPD) tracking items input information.

SpdTrackingItemInput

interface SpdTrackingItemInput {
    boxId: string;
    trackingId: string;
}

Properties

Properties

boxId: string

The ID provided by Amazon that identifies a given box. This ID is comprised of the external shipment ID (which is generated after transportation has been confirmed) and the index of the box.

SpdTrackingItemInput

trackingId: string

The tracking Id associated with each box in a non-Amazon partnered Small Parcel Delivery (SPD) shipment. The seller must provide this information.

SpdTrackingItemInput