New fields on Shopify Function APIs
API
Effective July 01, 2023
New fields have been added to all Shopify Functions APIs.
- The
sellingPlanAllocation
field is now available onCartLine
. - The
title
field is now available onProduct
,CustomProduct
, andProductVariant
. - The
inCollections
field onProduct
allows for checking membership in individual product collections. - The
hasTags
field onProduct
andCustomer
allows for checking the presence of individual tags. - The
isAuthenticated
field onBuyerIdentity
identifies whether the customer is logged in.
For details on these fields, see the API Reference documentation for Shopify Functions.