📜  magento 2 api 休息帐单地址自定义属性未更新 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:24.237000             🧑  作者: Mango

代码示例1
{
"customer": {
    "email":"roberto@test.com.mx",
    "firstname":"Roberto Carlos",
    "lastname":"Castillo",
    "storeId": 1,
    "websiteId":1,
    "gender":"1",
    "custom_attributes" : [
            {"attribute_code" : "foo", "value" : "bar" }
    ]
},
"password":"Test12345"