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

    Request parameters for updatePackage operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiUpdatePackageRequest {
        body: Package;
        packageId: string;
        shipmentId: string;
    }
    Index
    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.