Cart
type Cart {
id: ID!
campaignOffers: [CartCampaignOffer!]
createdBy: CartCreatedByEnum
currencyCode: String
currencySymbol: String
customerId: String
dueDate: Timestamp!
itemCount: Float!
items: [OrderLineItem!]!
lastActivityDate: Timestamp!
merchantId: String!
priceListId: String
salesChannelId: String!
status: CartStatusEnum!
storefrontId: String
storefrontRouting: CartStorefrontRouting
storefrontRoutingId: String
storefrontThemeId: String
taxLines: [OrderTaxLine!]
totalPrice: Float!
}
Fields
campaignOffers
[CartCampaignOffer!]createdBy
CartCreatedByEnumcurrencyCode
StringcurrencySymbol
StringcustomerId
StringpriceListId
StringstorefrontId
StringstorefrontRouting
CartStorefrontRoutingstorefrontRoutingId
StringstorefrontThemeId
StringtaxLines
[OrderTaxLine!]