Skip to main content

CreateProductExternalIdentifierPayload

Autogenerated return type of CreateProductExternalIdentifier.

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

Fields

CreateProductExternalIdentifierPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CreateProductExternalIdentifierPayload.externalIdentifier ● ProductExternalIdentifier object products

The created identifier.

CreateProductExternalIdentifierPayload.result ● StatusResultEnum! non-null enum common

Whether the operation succeeded.

Returned By

createProductExternalIdentifier mutation