Home > @vsf-enterprise/commercetools-api > shippingMethodsQuery
# shippingMethodsQuery variable
Portion of the GraphQL query used in the getShippingMethods
API endpoint
Signature:
shippingMethodsQuery = "\n query shippingMethods($acceptLanguage: [Locale!], $cartId: String!) {\n shippingMethods: shippingMethodsByCart(id: $cartId) {\n ...DefaultShippingMethod\n }\n }\n"