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

    Request parameters for updatePackage operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiUpdatePackageRequest {
        body: Package;
        packageId: string;
        shipmentId: string;
    }
    Index

    Properties

    body: Package

    The body of the request.

    packageId: string

    The ID of the package whose information you want to update.

    shipmentId: string

    The ID of the shipment to which the package belongs.