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

    Request parameters for createPackages operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiCreatePackagesRequest {
        body: Packages;
        shipmentId: string;
    }
    Index
    body: Packages

    A list of packages in the shipment.

    shipmentId: string

    The ID of the shipment.