Selling Partner API SDK for JavaScript
    Preparing search index...

    Objects that were included in the update request.

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

    Properties

    Properties

    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.