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

    Details of the original shipment if shipmentType is either REPLACEMENT or EXCHANGE.

    interface ReplacedShipmentInfo {
        id: string;
        locationId: string;
        marketplaceAttributes: MarketplaceAttributes;
        originalLineItems?: OriginalLineItem[];
    }
    Index

    Properties

    id: string

    The original shipment's ID.

    locationId: string

    The original shipment's location ID.

    marketplaceAttributes: MarketplaceAttributes
    originalLineItems?: OriginalLineItem[]

    The line items from the original shipment that corresponds to this shipment.