Home > @vsf-enterprise/commercetools-api > getCartQuery
# getCartQuery variable
Portion of the GraphQL query used in the getCart
API endpoint
Signature:
getCartQuery = "\n query getCart($cartId: String!, $locale: Locale!, $acceptLanguage: [Locale!], $currency: Currency!) {\n cart(id: $cartId) {\n ...DefaultCart\n }\n }\n"