---
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
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Storefront GraphQL API
      handle: storefront-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-04-07T14:42:58-04:00'
  postedAt: '2024-07-01T13:18:00-04:00'
  updatedAt: '2024-04-21T09:35:05-04:00'
  effectiveAt: '2024-07-01T13:18:00-04:00'
---

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.
