Developing services on VTEX IO
View in PortugueseThis content was migrated from the VTEX Learning Center and is no longer being actively maintained. For the most accurate and up-to-date information, please check the official documentation.
In this course, learn the many possibilities of backend applications in VTEX IO. Export routes, handle events, and connect with internal and external applications, in order to make your application even better and make the most of VTEX's infrastructure.
Step 1: Services in VTEX IO
On this step, we have an overview of services in VTEX IO and brief explanation of backend possibilities
Step 2: Overview: Understanding the Boilerplate
Here we have a walkthrough the boilerplate, explaining each file's purpose
Step 3: Events: handling and receiving events
On this step we approach using events in VTEX IO and learn how to configure an app to listen to events
Step 4: Getting to know more about clients
Here we have an introduction of clients in VTEX IO and implementation of a external app client
Step 5: Using events as triggers
Learn how to use an event as triggers to actions
Step 6: Clients: Using Master Data
On this step we approach the Master Data client and its usage
Step 7: GraphQL: Retrieving data from Masterdata
Here we see how to use GraphQL to retrieve data from Mater Data
Step 8: GraphQL: Using GraphiQL
Here we learn how to use GraphiQL to test queries