简体   繁体   中英

Request does not match any route in Magento 2?

“Request does not match any route” on product attribute API

URL - " http://localhost/magento/rest/V1/marketplace/productAttribut/get "

Error Message

{ ["message"]=> string(33) "Request does not match any route." }

请从产品属性中删除特殊字符。

The issue here (in addition to the typo pointed out by @Robbie Averill ) is that there is no Web API for module-marketplace . You can confirm this by as follows:

  • cd to /vendor/magento/module-marketplace . Note there is no etc/webapi.xml under this directory.
  • cd to /vendor/module-integration . See that there is an etc/webapi.xml under this directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM