概觀 overview

This tutorial has the following prerequisites:

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.

這部影片是給誰看的?

  • Developers new to Adobe Commerce with limited experience using Adobe App Builder.

視訊內容

  • App Builder和範例模組簡介
  • 先決條件
  • 對使用範例模組的期望
  • 範例模組中可重複使用的部分
CAUTION
執行API呼叫時,請確定已使用某種searchCriteria。 您也可以考慮使用分頁。 如果Adobe Commerce的結果太大,可能會符合Adobe Developer App Builder容量,並導致檔案意外結束。 這會導致400錯誤的回應結果。
例如,假設需要向Adobe Commerce請求所有目前產品。 產生的URL類似於{{base_url}}rest/V1/products?searchCriteria=all。 根據傳回的目錄大小,json可能太大,App Builder無法取用。 改為使用分頁功能,並提出一些要求以避免Response is not valid 'message/http'.

App Builder — 建立您的第一個應用程式相關頁面

recommendation-more-help
commerce-learn-help-home