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

    The GenerateShipmentContentUpdatePreviews request.

    interface GenerateShipmentContentUpdatePreviewsRequest {
        boxes: BoxUpdateInput[];
        items: ItemInput[];
    }
    Index

    A list of boxes that will be present in the shipment after the update.

    items: ItemInput[]

    A list of all items that will be present in the shipment after the update.