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

    Request parameters for updatePackageStatus operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiUpdatePackageStatusRequest {
        body?: PackageDeliveryStatus;
        packageId: string;
        shipmentId: string;
        status?: "SHIPPED";
    }
    Index

    Properties

    The body of the request.

    packageId: string

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

    shipmentId: string

    The ID of the shipment to which the package belongs.

    status?: "SHIPPED"

    DEPRECATED. Do not use. Package status is defined in the body parameter.