Back to Developer changelog

ProductInput split into ProductCreateInput and ProductUpdateInput in 2024-10

API

Effective October 01, 2024

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 and ProductUpdateInput on Shopify.dev.