Skip to content

Commit 6530e30

Browse files
todomagicheremnocon
andcommitted
[Orders] Corrected OrderCreateStruct FQCN
* Update order_management_api.md Fixed FQN * Update docs/commerce/order_management/order_management_api.md --------- Co-authored-by: Marek Nocoń <[email protected]>
1 parent cf7df16 commit 6530e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/order_management/order_management_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It follows the same search query pattern as other APIs:
4343

4444
## Create order
4545

46-
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.
46+
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.
4747

4848
``` php
4949
[[= include_file('code_samples/api/commerce/src/Command/OrderCommand.php', 97, 108) =]]

0 commit comments

Comments
 (0)