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

    Interface ReplicaCartDraft

    Used for replicating an existing Cart or Order.

    interface ReplicaCartDraft {
        key?: string;
        reference: CartReference | OrderReference;
    }
    Index

    Properties

    Properties

    key?: string

    User-defined unique identifier for the Cart.

    Reference to a Cart or Order that is replicated.