fix: Include is default billing and shipping fields in the address response (#10970)

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Stevche Radevski
2025-01-15 12:52:51 -05:00
committed by GitHub
co-authored by Oli Juhl
parent 0924164e86
commit d845adc68b
@@ -36,6 +36,8 @@ export const defaultStoreCustomerAddressFields = [
"country_code",
"phone",
"metadata",
"is_default_shipping",
"is_default_billing",
"created_at",
"updated_at",
]