You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
getCartQuery
Portion of the GraphQL query used in the getCart API endpoint
getCartQuery = "\n query getCart(
$cartId: String!,
$locale: Locale!,
$acceptLanguage: [Locale!],
$currency: Currency!
) {\n cart(id: $cartId) {\n ...DefaultCart\n }\n }\n"