# SellingPlan metafields are now available in the Admin and Storefront API — Shopify developer changelog
---
## 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.

*Published: July 01, 2024*
Tags: API, New
Link: https://shopify.dev/changelog/sellingplan-metafields-are-now-available-in-the-admin-and-storefront-api

---