---
title: ProductUpdateIdentifiers - GraphQL Admin
description: The input fields required to identify a product for update.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ProductUpdateIdentifiers
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ProductUpdateIdentifiers.md
api_name: admin
api_type: graphql
type: input-object
metadata:
  domain: admin
---

# Product​Update​Identifiers

input\_object

The input fields required to identify a product for update.

## Fields

* custom​Id

  [Unique​Metafield​Value​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/UniqueMetafieldValueInput)

  Custom ID of product to update.

* handle

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  Handle of product to update.

* id

  [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  ID of product to update.

***

## Mutations using this input

* [product​Update.identifier](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productUpdate#arguments-identifier)

  ARGUMENT

***

## Map

### Mutations using this input

* [product​Update.identifier](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productUpdate#arguments-identifier)
