Skip to main content

CollectionChannelListingError

No description

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

Fields

CollectionChannelListingError.field ● String scalar miscellaneous

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 miscellaneous

The error message.

CollectionChannelListingError.code ● ProductErrorCode! non-null enum products

The error code.

CollectionChannelListingError.attributes ● [ID!] list scalar miscellaneous

List of attributes IDs which causes the error.

CollectionChannelListingError.values ● [ID!] list scalar miscellaneous

List of attribute values IDs which causes the error.

CollectionChannelListingError.channels ● [ID!] list scalar miscellaneous

List of channels IDs which causes the error.

Member Of

CollectionChannelListingUpdate object