How to solve the problem that the phone field does not return when reading user information using Hybris Commerce User API
Editor to share with you how to solve the problem that the phone field does not return when reading user information using Hybris Commerce User API. I hope you will get something after reading this article. Let's discuss it together.
When using Hybris Commerce User API to read a user message, I encountered a problem that the structure returned by API did not contain the Phone field that I expected to see.
Looking closely at the description of the response structure in Swagger, it is found that the phone field belongs to the DTO (Data Transformation Object) of Address:
So, we go to Backoffice, find the address maintenance section of user, the postal code of this default shipment address is 617777, and double-click to enter the address editing page:
In the Additional Address information field of the pop-up window, you can maintain the phone number:
Finally, the phone number returned by API is the value of the Phone1 field:
After reading this article, I believe you have a certain understanding of "how to solve the problem that the phone field does not return when reading user information using Hybris Commerce User API". If you want to know more about it, welcome to follow the industry information channel, thank you for your reading!