Skip to content

Commit d5d2f9b

Browse files
author
Hayder Sharhan
committed
MAGETWO-44473: Unable to get Carts information using search criteria - API
- Changed webapi file to point to the correct route for search request.
1 parent 1f0b802 commit d5d2f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/etc/webapi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<resource ref="Magento_Cart::manage" />
1616
</resources>
1717
</route>
18-
<route url="/V1/carts" method="GET">
18+
<route url="/V1/carts/search" method="GET">
1919
<service class="Magento\Quote\Api\CartRepositoryInterface" method="getList"/>
2020
<resources>
2121
<resource ref="Magento_Cart::manage" />

0 commit comments

Comments
 (0)