Skip to main content
Version: 3.x

CollectionChannelListingError

No description

type CollectionChannelListingError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
channels: [ID!]
}

Fields

CollectionChannelListingError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

CollectionChannelListingError.message ● String scalar

The error message.

CollectionChannelListingError.code ● ProductErrorCode! non-null enum

The error code.

CollectionChannelListingError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

CollectionChannelListingError.values ● [ID!] list scalar

List of attribute values IDs which causes the error.

CollectionChannelListingError.channels ● [ID!] list scalar

List of channels IDs which causes the error.

Member of

CollectionChannelListingUpdate object


Was this page helpful?