---
title: Category on ProductInput - 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/category-on-productinput'
  md: 'https://shopify.dev/changelog/category-on-productinput.md'
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: true
  createdAt: '2024-06-12T13:30:42-04:00'
  postedAt: '2024-06-14T00:00:00-04:00'
  updatedAt: '2024-06-13T14:46:32-04:00'
  effectiveAt: '2024-06-14T00:00:00-04:00'
---

June 14, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-07

# Category on ProductInput

In 2024-04 we released a new Taxonomy API for products. This included introducing a new [TaxonomyCategory](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/TaxonomyCategory) type and updating the product type to return a new category field.

As of 2024-07 the ProductInput type will also accept a [category field](https://shopify.dev/docs/api/admin-graphql/2024-07/input-objects/ProductInput#field-productinput-category) that accepts the GID of a category.

We've also deprecated `shop.allProductCategories` in favor of [`shop.allProductCategoriesList`](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/Shop#field-shop-allproductcategorieslist)
