Vue d’ensemble overview
This tutorial has the following prerequisites:
- Adobe Developer Console access is complete
- Full access or trial access to App Builder has been granted
- The Adobe Developer App Builder application has been created
- The Adobe Developer App Builder project has been created
- The Adobe Developer App Builder workspaces have been created - Step 2.6
- The AIO CLI commands to initialize the project and run have been executed
For more information on building your first App Builder application, you can view the following blog post to help with this initial setup and configuration How App Builder helps drive business agility for your commerce platform.
What to expect from reading this tutorial
When you are complete this tutorial, you should have a simple single-page application that communicates with Adobe Commerce to pull order history and products. These topics cover App Builder functionality with code samples and instructions. Hopefully, after watching these videos this saves you some development time and inspires other ideas and encourages the adoption of out-of-process development.
How should I follow this tutorial
This tutorial was designed for you to follow the order of pages in the left navigation. However, this is not a requirement. Each page can be viewed individually since they discuss the general concept of building an initial Adobe Developer App Builder app.
À qui s’adresse cette vidéo ?
- Developers new to Adobe Commerce with limited experience using Adobe App Builder.
Contenu vidéo
- Présentation d’App Builder et de l’exemple de module
- Conditions préalables
- Attentes relatives à l’utilisation de l’exemple de module
- Parties réutilisables de dans l’exemple de module
Supposons, par exemple, qu’il soit nécessaire de demander tous les produits actuels à Adobe Commerce. L’URL qui en résulte ressemble à
{{base_url}}rest/V1/products?searchCriteria=all. Selon la taille du catalogue renvoyé par le client, le fichier json peut être trop volumineux pour être utilisé par App Builder. Utilisez plutôt la pagination et effectuez quelques requêtes pour éviter les Response is not valid 'message/http'..