Magento 2.1-无法通过REST更新客户自定义属性

时间:2019-02-24 17:46:12

标签: rest magento customer custom-attribute

我正在尝试更新客户中的自定义属性

但是PUT请求不起作用...

{
"customer":{
    "id":111,
    "group_id": 1,
    "email":"abcd@com",
    "firstname": "first",
    "lastname": "last",
    "taxvat": "123456789",
    "website_id": 1
},
"custom_attributes": 
[
    {
        "attribute_code": "customer_erp_id",
        "value": "66666"
    }       
]

}

端点.... / rest / V1 / customers / 111

有一个现有的帖子Magento 2 REST API Customer Custom Attribute 似乎得出结论,这是不可能的

由于有点老了,我在徘徊,如果有人能够使这个工作... 谢谢

0 个答案:

没有答案