--- title: Rename authorV2 and enable author as nullable - 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/rename-authorv2-and-enable-author-as-nullable' md: >- https://shopify.dev/changelog/rename-authorv2-and-enable-author-as-nullable.md metadata: effectiveApiVersion: 2023-01 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: false createdAt: '2022-11-22T10:48:52-05:00' postedAt: '2022-11-30T00:00:00-05:00' updatedAt: '2024-12-13T17:24:35-05:00' effectiveAt: '2022-11-30T00:00:00-05:00' --- November 30, 2022 Tags: * API * 2023-01 # Rename authorV2 and enable author as nullable As of 2023-01, the `authorV2` field is being removed from the Storefront API. It was previously used to reference nullable author scenarios. As a result, the following changes are being made: * `authorV2` will now be deprecated. * `author` will be used instead, and will now be a nullable field. These changes will help improve consistency of the API and avoid confusion when using these fields.