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

    Request parameters for processShipment operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiProcessShipmentRequest {
        body?: ShipmentAcknowledgementRequest;
        operation: ProcessShipmentOperationEnum;
        shipmentId: string;
    }
    Index

    Properties

    Information about the shipment and its line items.

    The status of the shipment.

    shipmentId: string

    The ID of the shipment you want to confirm or reject.