UpdateProductExternalIdentifierInput
Autogenerated input type of UpdateProductExternalIdentifier
input UpdateProductExternalIdentifierInput {
clientMutationId: String
externalId: String!
id: ID!
identifierType: String
integrationId: ID
partyName: String!
}
Fields
UpdateProductExternalIdentifierInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateProductExternalIdentifierInput.externalId ● String! non-null scalar common
The external system's value for this product.
UpdateProductExternalIdentifierInput.id ● ID! non-null scalar common
The external identifier link to be updated.
UpdateProductExternalIdentifierInput.identifierType ● String scalar common
The kind of identifier (e.g., ASIN, UPC, TCIN).
UpdateProductExternalIdentifierInput.integrationId ● ID scalar common
Link to a connected integration, or void to unlink.
UpdateProductExternalIdentifierInput.partyName ● String! non-null scalar common
Free-text label for the external system.
Member Of
updateProductExternalIdentifier mutation