UpdateProductSalesChannelsInput
Autogenerated input type of UpdateProductSalesChannels
input UpdateProductSalesChannelsInput {
clientMutationId: String
productId: ID!
salesChannelsData: [ProductUpdateSalesChannelInput!]!
}
Fields
UpdateProductSalesChannelsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateProductSalesChannelsInput.productId ● ID! non-null scalar
UpdateProductSalesChannelsInput.salesChannelsData ● [ProductUpdateSalesChannelInput!]! non-null input
Member Of
productUpdateSalesChannels mutation