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

Properties

Properties

addressKey: string

The key of the address in the cart's itemShippingAddresses

quantity: number

The quantity of items that should go to the address with the specified addressKey. Only positive values are allowed. Using 0 as quantity is also possible in a draft object, but the element will not be present in the resulting ItemShippingDetails.