Tags:
- API
- 2023-01
Rename authorV2 and enable author as nullable
As of 2023-01, the 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:
will now be deprecated.authorwill 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.
Was this section helpful?