From 82f565e463bb126123b1fb91265e264958cd3558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20P=C3=A9rez?= Date: Tue, 27 May 2025 14:08:22 +0200 Subject: [PATCH 1/2] Update order_management_api.md Fixed FQN --- docs/commerce/order_management/order_management_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commerce/order_management/order_management_api.md b/docs/commerce/order_management/order_management_api.md index fbacc731af..6e861317b1 100644 --- a/docs/commerce/order_management/order_management_api.md +++ b/docs/commerce/order_management/order_management_api.md @@ -43,7 +43,7 @@ It follows the same search query pattern as other APIs: ## Create order -To create an order, use the `OrderService::createOrder` method and provide it with the `Ibexa\Contracts\OrderManagement\Value\OrderCreateStruct` object that contains a list of products, purchased quantities, product, total prices, and tax amounts. +To create an order, use the `OrderService::createOrder` method and provide it with the `Ibexa\Contracts\OrderManagement\Value\Struct\OrderCreateStruct` object that contains a list of products, purchased quantities, product, total prices, and tax amounts. ``` php [[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 101, 113) =]] From 552faa223bf9995c4a08f0ca132f1cbd07b5199f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 27 May 2025 14:14:16 +0200 Subject: [PATCH 2/2] Update docs/commerce/order_management/order_management_api.md --- docs/commerce/order_management/order_management_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commerce/order_management/order_management_api.md b/docs/commerce/order_management/order_management_api.md index 6e861317b1..44ba0d6eed 100644 --- a/docs/commerce/order_management/order_management_api.md +++ b/docs/commerce/order_management/order_management_api.md @@ -43,7 +43,7 @@ It follows the same search query pattern as other APIs: ## Create order -To create an order, use the `OrderService::createOrder` method and provide it with the `Ibexa\Contracts\OrderManagement\Value\Struct\OrderCreateStruct` object that contains a list of products, purchased quantities, product, total prices, and tax amounts. +To create an order, use the `OrderService::createOrder` method and provide it with the [`Ibexa\Contracts\OrderManagement\Value\Struct\OrderCreateStruct`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-OrderManagement-Value-Struct-OrderCreateStruct.html) object that contains a list of products, purchased quantities, product, total prices, and tax amounts. ``` php [[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 101, 113) =]]