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

    Request parameters for retrieveShippingOptions operation in ExternalFulfillmentShipmentsApi.

    interface ExternalFulfillmentShipmentsApiRetrieveShippingOptionsRequest {
        packageId: string;
        shipmentId: string;
    }
    Index
    packageId: string

    The ID of the package for which you want to retrieve shipping options.

    shipmentId: string

    The ID of the shipment to which the package belongs.