--- title: New fields on Shopify Function APIs - 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/new-fields-on-shopify-function-apis' md: 'https://shopify.dev/changelog/new-fields-on-shopify-function-apis.md' metadata: effectiveApiVersion: null affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2023-06-14T16:20:20-04:00' postedAt: '2023-07-01T00:00:00-04:00' updatedAt: '2024-02-02T10:05:14-05:00' effectiveAt: '2023-07-01T00:00:00-04:00' --- July 1, 2023 Tags: * API # New fields on Shopify Function APIs New fields have been added to all Shopify Functions APIs. * The `sellingPlanAllocation` field is now available on `CartLine`. * The `title` field is now available on `Product`, `CustomProduct`, and `ProductVariant`. * The `inCollections` field on `Product` allows for checking membership in individual product collections. * The `hasTags` field on `Product` and `Customer` allows for checking the presence of individual tags. * The `isAuthenticated` field on `BuyerIdentity` identifies whether the customer is logged in. For details on these fields, see the [API Reference documentation](https://shopify.dev/docs/api/functions) for Shopify Functions.