--- title: SellingPlan metafields are now available in the Admin and Storefront API - 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/sellingplan-metafields-are-now-available-in-the-admin-and-storefront-api md: https://shopify.dev/changelog/sellingplan-metafields-are-now-available-in-the-admin-and-storefront-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2024 Tags: * Admin GraphQL API * Storefront GraphQL API * 2024-07 # SellingPlan metafields are now available in the Admin and Storefront API As of 2024-07 version, [SellingPlan](http://https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/SellingPlanInput#field-sellingplaninput-metafields) resources support metafields. Use metafields APIs to store additional information in metafield values. You can use the [sellingPlanGroupCreate](https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/sellingPlanGroupCreate) mutation and [sellingPlanGroupUpdate](https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/sellingPlanGroupUpdate) mutation to update and create metafields on the selling plan objects by specifiying the metafields field of [sellingPlanInput](https://shopify.dev/docs/api/admin-graphql/2024-07/input-objects/SellingPlanInput). To learn more about metafields, refer to the [metafields](https://help.shopify.com/en/manual/custom-data/metafields) documentation.