我正在使用Magento rest API为来宾用户创建订单。
方法:
我正在按照上述步骤创建订单,当我执行最后一步时,缺少显示错误的客户电子邮件。
URL:
/rest/V1/carts/10/order
Payload: {
"paymentMethod": {
"method": "checkmo"
}
}
Response:
{
"message": "The customer email is missing. Enter and try again."
}
如何在访客用户订单中添加客户详细信息?
在这种情况下,请务必填满