Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在通过 API 将客户商店信用应用于订单时遇到问题
/rest/V1/carts/mine/balance/apply
这是 M2 Swagger 的端点,但我一直收到此作为响应
{ "message": "Request does not match any route." }
想法?
客户余额(商店信用)操作
rest/V1/carts/mine/balance/apply
method - **POST**
Authentication - Bearer <customer token>