@gradientedge/commercetools-utils
    Preparing search index...

    Interface ItemShippingDetailsDraft

    For order creation and updates, the sum of the targets must match the quantity of the Line Items or Custom Line Items.

    interface ItemShippingDetailsDraft {
        targets: ItemShippingTarget[];
    }
    Index

    Properties

    Properties

    Holds information on the quantity of Line Items or Custom Line Items and the address it is shipped.

    If multiple shipping addresses are present for a Line Item or Custom Line Item, sub-quantities must be specified.