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

    Request parameters for updatePackage operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiUpdatePackageRequest {
        body: UpdatePackageRequest;
        orderId: string;
        packageId: string;
        xAmznFulfillmentServiceId?: string;
    }
    Index

    The new package information.

    orderId: string

    The ID of the order that contains the package that you want to update.

    packageId: string

    The ID of the package that you want to update.

    xAmznFulfillmentServiceId?: string

    The identifier of the fulfillment service used for this operation.