Used for replicating an existing Cart or Order.

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

Properties

Properties

key?: string

User-defined unique identifier for the Cart.

Reference to a Cart or Order that is replicated.

Generated using TypeDoc