Skip to main content

UpdateProductSalesChannelsInput

Autogenerated input type of UpdateProductSalesChannels

input UpdateProductSalesChannelsInput {
clientMutationId: String
productId: ID!
salesChannelsData: [ProductUpdateSalesChannelInput!]!
}

Fields

UpdateProductSalesChannelsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateProductSalesChannelsInput.productId ● ID! non-null scalar common

UpdateProductSalesChannelsInput.salesChannelsData ● [ProductUpdateSalesChannelInput!]! non-null input products

Member Of

productUpdateSalesChannels mutation