Typescript SDK Type Docs
    Preparing search index...

    Interface ItemShippingTarget

    Determines the address (as a reference to an address in itemShippingAddresses) and the quantity shipped to the address.

    interface ItemShippingTarget {
        addressKey: string;
        quantity: number;
    }
    Index

    Properties

    Properties

    addressKey: string

    Key of the address in the Cart itemShippingAddresses. Duplicate address keys are not allowed.

    quantity: number

    Quantity of Line Items or Custom Line Items shipped to the address with the specified addressKey.