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

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"

Generated using TypeDoc