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

    A group of items to be delivered together.

    interface PreviewPlannedShipment {
        estimatedShippingWeight?: Weight;
        items: PreviewPlannedShipmentItem[];
        offers?: PreviewDeliveryOffer[];
    }
    Index
    estimatedShippingWeight?: Weight

    The items in this planned shipment. These can be a subset of lineItems from the request depending on how shipments are planned.

    An array of offers for this planned shipment.