Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UpdateCart_updateCart_cart

Index

Properties

__typename

__typename: "Cart"

active

active: boolean

Whether the cart can still be updated and ordered

discounts

discounts: null | (null | UpdateCart_updateCart_cart_discounts)[]

The discounts applied to this cart

entries

entries: null | (null | UpdateCart_updateCart_cart_entries)[]

The cart entries of this cart

id

id: string

The identifier of this cart

revision

revision: null | number

The cart revision number

state

state: null | string

Optional commerce-backend specific state string value

totalListPrice

The total listed price of this cart

totalPurchasePrice

The total purchase price of this cart

totalQuantity

totalQuantity: number

The total quantity in this cart

Generated using TypeDoc