--- title: Shop.billingAddress uses new type, deprecates name fields - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/shop-billingaddress-uses-new-type-deprecates-name-fields md: https://shopify.dev/changelog/shop-billingaddress-uses-new-type-deprecates-name-fields.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2023 Tags: * API * 2023-01 # `Shop.billingAddress` uses new type, deprecates name fields As of **2023-01**, the `Shop.billingAddress` field uses a new `ShopAddress` type instead of the customer-centric `MailingAddress` type. Since `Shop.billingAddress` never returns non-null first or last names, these fields have been marked as deprecated on the new `ShopAddress` type. You should stop requesting those fields as they will be removed in a later version.