Skip to main content

SetDefaultSalesChannelPayload

Autogenerated return type of SetDefaultSalesChannel.

type SetDefaultSalesChannelPayload {
brandId: ID @deprecated
clientMutationId: String
result: StatusResultEnum!
salesChannelId: ID!
}

Fields

SetDefaultSalesChannelPayload.brandId ● ID deprecated scalar common

DEPRECATED

This field will be removed in the future. Brand is becoming a product-only attribute.

SetDefaultSalesChannelPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

SetDefaultSalesChannelPayload.result ● StatusResultEnum! non-null enum common

SetDefaultSalesChannelPayload.salesChannelId ● ID! non-null scalar common

Returned By

setDefaultSalesChannel mutation