Skip to main content

UpdateProductExternalIdentifierPayload

Autogenerated return type of UpdateProductExternalIdentifier.

type UpdateProductExternalIdentifierPayload {
clientMutationId: String
externalIdentifier: ProductExternalIdentifier
result: StatusResultEnum!
}

Fields

UpdateProductExternalIdentifierPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateProductExternalIdentifierPayload.externalIdentifier ● ProductExternalIdentifier object products

The updated identifier.

UpdateProductExternalIdentifierPayload.result ● StatusResultEnum! non-null enum common

Whether the operation succeeded.

Returned By

updateProductExternalIdentifier mutation