Ideas

Give us your best ideas!

Ability to get address type id in Storefront API

It should be possible to get the Litium ID of the address type using customerAddressTypes in Storefront API. Currently there is only the translated name and ID of GraphQL cache.

The ID is useful to filter addresses by type, eg. in a creation where only delivery addresses should be possible to create.

We need something like this:

query GetContent {
customerAddressTypes {
id
addressTypeId
name
}
}

  • Tobias Johansson
  • Oct 28 2025
  • Attach files