AddProductSalesChannelInput
Autogenerated input type of AddProductSalesChannel
input AddProductSalesChannelInput {
clientMutationId: String
description: String
productId: ID!
salesChannelId: ID!
}
Fields
AddProductSalesChannelInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddProductSalesChannelInput.description ● String scalar
AddProductSalesChannelInput.productId ● ID! non-null scalar
AddProductSalesChannelInput.salesChannelId ● ID! non-null scalar
Member Of
productAddSalesChannel mutation