Search Results

All Results 1763
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
管理者アカウントの概要
管理者アカウントの概要 管理者ユーザーアカウントは、Liferay DXPの新規インストールでデフォルトで作成され、Liferay DXPインスタンスのすべてのファセットを変更するための完全なアクセス権を持っています。 管理者ユーザーは、サイト、ユーザー、ページを作成、変更、削除し、すべてのサイト管理タスクを実行できます。 管理者ユーザーとしてLiferay DXPにアクセスする ...
DXPのナビゲート
DXPのナビゲート Liferay DXP のすぐに使えるナビゲーションは、3つの主要なエリアに分かれています: サイトメニュー 、パーソナルメニュー 、グローバルメニュー 。 サイトメニュー 画面左側のDXP サイトメニュー には、現在表示されている特定のサイトを対象としたアクション、コンテンツ、設定が含まれています。 アプリケーションバーの...
API ビルダー
API Builder Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) This feature is currently...
サンプルAPIアプリケーションの構築
Building a Sample API Application Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) The...
DXP
DXP 本ページでは、Liferay DXPとLiferay Portalの最新バージョン(7.3と7.4)についてのドキュメントをご紹介しています。 Liferay DXPは、世界中で使用されている商用サポート済みのエンタープライズ対応プラットフォームであり、Liferay Portalの基盤の上に構築されています。 Liferay DXPについて初めて学ぶ方は、...
Integration
Integration
API
API Liferay Analytics Cloudは、一連のAPIエンドポイントを介した分析データへのアクセスをサポートしています。 開発者は、RESTful APIまたはデータエクスポートのいずれかを介してデータにアクセスし、統合することができるようになりました。 ビジネスでは、Analytics Cloudのデータを使って以下のようなことができます。 ...
リソースの種類とストラクチャー
Resource Types and Structure Properties activeIndividualsCount (Number): Number of active individuals belonging to the account. dateCreated (Date): Date the account was created in the system. ...
Warehouse API の基礎知識
Warehouse API の基礎知識 アプリケーションメニューやREST APIから倉庫を管理することができます。 headless-commerce-admin-inventory サービスを呼び出して、倉庫を作成・管理します。 倉庫の追加 Liferayが起動したら。 Warehouse API...
注文APIの基本
Order API Basics You can manage orders from the Applications menu or with REST APIs. Call the headless-admin-commerce-order services to create and manage orders. Adding an Order Once Liferay is...
認証
認証 アクセストークンはLiferay Analytics CloudへのAPIコールに必要です。 Settings → APIs に移動し、アクセストークンを生成します。 アクセストークンの有効期限(30日、6ヶ月、1年、無期限など)を選択します。 Generate Token をクリックする。 有効期限を選択し、トークンの生成をクリックします。 ...
データのエクスポート
Exporting Data Various analytics data can be accessed through the sites dashboard and the individuals dashboard. Analytics data can also be fetched and exported using Analytics Cloud's APIs....
Commerce APIs
Commerce APIs You can use headless APIs to interface with Liferay Commerce features, including products, catalogs, and price lists. Here are resources to help you understand and integrate these...
開発者ガイド
Developer Guide
注文タイプAPIの基本
Order Type API Basics You can manage order types from the Applications menu or with REST APIs. Use the /order-types endpoint from headless-admin-commerce-order to create and manage order types. ...
規約APIの基本
Term API Basics You can manage terms and conditions from the Applications menu or with REST APIs. Use the /terms endpoint from headless-admin-commerce-order to create and manage terms and...
データのクエリ
Querying Data The root endpoint of Liferay Analytics Cloud is . You can get the list of all data types endpoints by requesting a GET to the above URL. Try with curl curl -i -L -H "Authorization:...
開発者ガイド
Order Management APIs Here is a comprehensive resource for understanding and leveraging Liferay’s order management APIs.
開発者ガイド
Pricing APIs Use the Price List and Discount APIs to manage product pricing and discounts in Liferay Commerce programmatically. Below are basic usage examples, including common endpoints and...
ディスカウントAPIの基本
ディスカウントAPIの基本 アプリケーションメニューから、またはREST APIを使用して割引を管理できます。 headless-admin-commerce-pricing サービスを呼び出して、割引を作成・管理します。 ディスカウントを追加する Liferayが起動したら。 割引API基礎編 をダウンロードし、解凍してください。 curl...