Introduction#

Welcome to the Afosto Developer Documentation. This guide will help you integrate with the Afosto platform using our GraphQL API.

What is the Afosto API?#

The Afosto API is a GraphQL API that gives you full programmatic access to your Afosto data. You can use it to manage products, orders, customers, inventory, and more — all through a single, flexible endpoint.

GraphQL#

All API interactions go through a single GraphQL endpoint. GraphQL lets you request exactly the data you need — no more, no less. This means faster responses and simpler client code.

https://afosto.app/graphql

Next steps#

Query Runnerhttps://afosto.app/graphql

No query loaded

Click play on any code block in the docs to load a query here.