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

    Objects that were included in the update request.

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

    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.