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

    Interface CartReference

    interface CartReference {
        id: string;
        obj?: Cart;
        typeId: "cart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Cart.

    obj?: Cart

    Contains the representation of the expanded Cart. Only present in responses to requests with Reference Expansion for Carts.

    typeId: "cart"

    Type of referenced resource.