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
When requesting a list of the current logged in user addresses via /store/customers/me/addresses the fields is_default_shipping and is_default_billing are missing. As per the docs they should be included. Same goes for requesting a single user address via /store/customers/me/addresses/{address_id}.
Heres an example response for this query /store/customers/me/addresses/cuaddr_01JHJ409BR4SV4W26DMSBXRAQR:
When specifically including the fields in the query, it works as expected, e.g. localhost:9000/store/customers/me/addresses?fields=+is_default_billing,+is_default_shipping:
The fields is_default_billing and is_default_shipping are included by default when requesting a single address or a whole address list of the current logged in user.
Actual behavior
The fields is_default_billing and is_default_shipping are missing by default.
Link to reproduction repo
/
The text was updated successfully, but these errors were encountered:
Package.json file
Node.js version
v22.11.0
Database and its version
PostgreSQL 16.3
Operating system name and version
Windows 11
Browser name
No response
What happended?
When requesting a list of the current logged in user addresses via
/store/customers/me/addresses
the fieldsis_default_shipping
andis_default_billing
are missing. As per the docs they should be included. Same goes for requesting a single user address via/store/customers/me/addresses/{address_id}
.Heres an example response for this query
/store/customers/me/addresses/cuaddr_01JHJ409BR4SV4W26DMSBXRAQR
:When specifically including the fields in the query, it works as expected, e.g.
localhost:9000/store/customers/me/addresses?fields=+is_default_billing,+is_default_shipping
:Expected behavior
The fields
is_default_billing
andis_default_shipping
are included by default when requesting a single address or a whole address list of the current logged in user.Actual behavior
The fields
is_default_billing
andis_default_shipping
are missing by default.Link to reproduction repo
/
The text was updated successfully, but these errors were encountered: