Objects that were included in the update request.

RequestedUpdates

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

Properties

Properties

boxes?: BoxUpdateInput[]

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

RequestedUpdates

items?: ItemInput[]

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

RequestedUpdates