Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commerce/order_management/order_management_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) =]]
Expand Down
Loading