Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Request parameters for processShipment operation in ExternalFulfillmentShipmentsApi.

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

    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.