--- title: >- Removal of deprecated product image mutations from the GraphQL Admin 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/removal-of-deprecated-product-image-mutations-from-the-graphql-admin-api md: >- https://shopify.dev/changelog/removal-of-deprecated-product-image-mutations-from-the-graphql-admin-api.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: true createdAt: '2024-08-09T06:16:55-04:00' postedAt: '2024-10-01T00:00:00-04:00' updatedAt: '2024-09-12T12:30:51-04:00' effectiveAt: '2024-10-01T00:00:00-04:00' --- October 1, 2024 Tags: * Action Required * Admin GraphQL API * 2024-10 # 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.