我在通过API将客户商店信用额应用于订单时遇到问题
/rest/V1/carts/mine/balance/apply
这是M2 Swagger的终结点,但我一直将此作为响应
{ "message": "Request does not match any route." }
有想法吗?
答案 0 :(得分:0)
客户余额(商店信用)操作
rest/V1/carts/mine/balance/apply
method - **POST**
Authentication - Bearer <customer token>