- Introduce a new `shopAddress` field on the Shop object, replacing the deprecated `billingAddress`.
- Mark `billingAddress` as deprecated; it will be removed in a future API version.
- Update all GraphQL queries to use `shop { shopAddress { ... } }` instead of `billingAddress`.