Lana Logo
docs
OverviewCommerce APIStorefront APIUser GuideExplorer
GraphQL API
search icon
search iconSearch docs
/
user profile imageSign In
OverviewGraphQL API

GraphQL API

Commerce API
Storefront API
Tutorial
This tutorial demonstrates how to use the GraphQL API through NodeJS at a basic level. Familiarity with basic Linux shell commands, NodeJS, NPM, TypeScript, JavaScript, and GraphQL is assumed.
Errors
The API reports errors adhering to the standard GraphQL endpoint protocol, as per the specification . However, in certain cases, the API provides additional fields on an error.
Pagination
The Lana TypeScript/JavaScript core library includes helper functions for pagination. These are available via the import path:
NEXT
Commerce API