CreateProductExternalIdentifierInput
Autogenerated input type of CreateProductExternalIdentifier
input CreateProductExternalIdentifierInput {
clientMutationId: String
externalId: String!
identifierType: String
integrationId: ID
partyName: String!
productId: ID!
}
Fields
CreateProductExternalIdentifierInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreateProductExternalIdentifierInput.externalId ● String! non-null scalar common
The external system's value for this product.
CreateProductExternalIdentifierInput.identifierType ● String scalar common
The kind of identifier (e.g., ASIN, UPC, TCIN).
CreateProductExternalIdentifierInput.integrationId ● ID scalar common
Optionally link to a connected integration.
CreateProductExternalIdentifierInput.partyName ● String! non-null scalar common
Free-text label for the external system.
CreateProductExternalIdentifierInput.productId ● ID! non-null scalar common
The product to link to the external identifier.
Member Of
createProductExternalIdentifier mutation