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