# Removal of deprecated product image mutations from the GraphQL Admin API — Shopify developer changelog --- ## Removal of deprecated product image mutations from the GraphQL Admin API As of **2024-10**, we're removing the deprecated `productAppendImages`, `productDeleteImages`, `productImageUpdate` and `productReorderImages` mutations from public GraphQL API. Use the [productCreateMedia](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productCreateMedia), [productDeleteMedia](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productDeleteMedia), [productUpdateMedia](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productUpdateMedia) and [productReorderMedia](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productReorderMedia) mutation instead. *Published: October 01, 2024* Tags: API, Deprecation Announcement Link: https://shopify.dev/changelog/removal-of-deprecated-product-image-mutations-from-the-graphql-admin-api ---