Answers for "magento 2 api rest billing address custom attributes not updating"

0

magento 2 api rest billing address custom attributes not updating

{
"customer": {
    "email":"[email protected]",
    "firstname":"Roberto Carlos",
    "lastname":"Castillo",
    "storeId": 1,
    "websiteId":1,
    "gender":"1",
    "custom_attributes" : [
            {"attribute_code" : "foo", "value" : "bar" }
    ]
},
"password":"Test12345"
Posted by: Guest on May-02-2020

Code answers related to "magento 2 api rest billing address custom attributes not updating"

Browse Popular Code Answers by Language