You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the corresponding attributes should always be there. When registering via the frontend and manually creating a customer via the backend the attributes exist as well.
That's because these UIs create an attribute entity. This is not generally true for entity attributes.
svenmuennich
added
bug
Issues that describe an unexpected behaviour in an existing functionality.
minor
"bug" issues that are neither "critical" nor "major".
labels
Feb 28, 2018
When creating a customer through the API resource, not entry in
s_user_attributes
is created with Shopware5.2.16
.Example:
curl -i 'http://localhost/shopware/api/customers' --DIGEST -u user:key --globoff -H 'content-type: application/json' -d '{"email":"[email protected]","salutation":"mr","firstname":"Max","lastname":"Tester","billing":{"salutation":"mr","firstname":"Max","lastname":"Tester","street":"Musterstr. 1","zipcode":"12345","city":"Musterstadt","country":2}}'
The text was updated successfully, but these errors were encountered: