Search Results

All Results 1763
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
API
API Liferay Analytics Cloudは、一連のAPIエンドポイントを介した分析データへのアクセスをサポートしています。 開発者は、RESTful APIまたはデータエクスポートのいずれかを介してデータにアクセスし、統合することができるようになりました。 ビジネスでは、Analytics Cloudのデータを使って以下のようなことができます。 ...
認証
認証 アクセストークンは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....
開発者ガイド
Order Management APIs Here is a comprehensive resource for understanding and leveraging Liferay’s order management APIs.
リソースの種類とストラクチャー
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. ...
開発者ガイド
Developer Guide
データのクエリ
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:...
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...
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...
ディスカウントAPIの基本
ディスカウントAPIの基本 アプリケーションメニューから、またはREST APIを使用して割引を管理できます。 headless-admin-commerce-pricing サービスを呼び出して、割引を作成・管理します。 ディスカウントを追加する Liferayが起動したら。 割引API基礎編 をダウンロードし、解凍してください。 curl...
価格表APIの基本
価格表APIの基本 アプリケーションメニューやREST APIで価格表を管理することができます。 headless-admin-commerce-pricing サービスに電話し、価格表を作成・管理します。 価格表の追加 Liferayの実行後、 Download and unzip Price List API Basics . curl...
カタログAPIの基礎知識
カタログAPIの基礎知識 アプリケーションメニューやREST APIからカタログを管理することができます。 headless-commerce-admin-catalog サービスを呼び出して、カタログを作成・管理します。 カタログを追加する Liferayが起動したら。 Catalog API Basics](./liferay-q2v8.zip)をダウンロードし、解凍する。 ...
通貨APIの基礎
Currency API Basics Liferay DXP 2024.Q1+/Portal GA112+ You can manage currencies from the Applications menu or with REST APIs. Call the headless-commerce-admin-catalog services to create and...
開発者ガイド
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...
開発者ガイド
Developer Guide You can invoke the services under headless-commerce-admin-catalog to perform various admin operations related to products. However, if you have a headless storefront, you must use...
オプション値APIの基礎
Option Value API Basics You can manage option values from the Options application or with REST APIs. Call the headless-commerce-admin-catalog services to create and manage option values. Adding an...
製品APIの基本
製品APIの基本 アプリケーションメニューから製品を管理することができますが、LiferayのREST APIを使用することもできます。 これらのサービスを呼び出して、製品を作成・管理します。 製品の追加 次に、以下の手順を実行します。 Product API Basics をダウンロードし、解凍してください。 curl...
製品 API - 複数の SKU を持つ製品の作成
Product API - Creating a Product with Multiple SKUs You can create products with multiple active SKUs using the product API or from the Products application. To create such a product, you must...
商品配送APIの基礎
Product Delivery API Basics Product API Basics covers the admin API used for creating and managing products. To display product data in your storefront, you must use the Product Delivery API. Call...