Skip to main content

Introduction to GraphQL API

The Luwa API is based on GraphQL API. GraphQL is a query language which offers much more flexibility for integrations. It allows you to request the exact data you need, cutting down the number of calls you must perform to get it. The availability of all data at one endpoint is also the biggest advantage of GraphQL over the REST API (which has an endpoint for each resource object).

The Luwa GraphQL API provides one endpoint to request shipping, warehousing & fulfillment in an efficient and flexible manner.

To learn more about GraphQL language and its concepts, see the official GraphQL website.