Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AddToCart_addToCart_cart

Index

Properties

__typename: "Cart"
active: boolean

Whether the cart can still be updated and ordered

discounts: null | (null | AddToCart_addToCart_cart_discounts)[]

The discounts applied to this cart

entries: null | (null | AddToCart_addToCart_cart_entries)[]

The cart entries of this cart

id: string

The identifier of this cart

revision: null | number

The cart revision number

state: null | string

Optional commerce-backend specific state string value

The total listed price of this cart

The total purchase price of this cart

totalQuantity: number

The total quantity in this cart

Generated using TypeDoc