SetDefaultSalesChannelInput
Autogenerated input type of SetDefaultSalesChannel
input SetDefaultSalesChannelInput {
brandId: ID @deprecated
clientMutationId: String
salesChannelId: ID!
}
Fields
SetDefaultSalesChannelInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.
The ID of the Brand
SetDefaultSalesChannelInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SetDefaultSalesChannelInput.salesChannelId ● ID! non-null scalar common
The ID of the Sales Channel to set as default
Member Of
setDefaultSalesChannel mutation