# `ProductInput` split into `ProductCreateInput` and `ProductUpdateInput` in `2024-10` — Shopify developer changelog --- ## `ProductInput` split into `ProductCreateInput` and `ProductUpdateInput` in `2024-10` As of `2024-10` version of the Admin GraphQL API, the `ProductInput` object has been split into `ProductCreateInput` and `ProductUpdateInput`. The `productCreate` and `productUpdate` mutations now accept a new `product` argument using these types. The existing `input` field has been marked deprecated. Learn more about [ProductCreateInput](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductCreateInput) and [ProductUpdateInput](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ProductUpdateInput) on [Shopify.dev](https://shopify.dev/). *Published: October 01, 2024* Tags: API, New Link: https://shopify.dev/changelog/productinput-split-into-productcreateinput-and-productupdateinput-in-2024-10 ---