Skip to main content

RemoveProductExternalIdentifiersInput

Autogenerated input type of RemoveProductExternalIdentifiers

input RemoveProductExternalIdentifiersInput {
clientMutationId: String
ids: [ID!]!
}

Fields

RemoveProductExternalIdentifiersInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RemoveProductExternalIdentifiersInput.ids ● [ID!]! non-null scalar common

The external-identifier rows to delete.

Member Of

removeProductExternalIdentifiers mutation