CollectionChannelListingError Object
No description
type CollectionChannelListingError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
channels: [ID!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● ProductErrorCode!
The error code.
attributes ● [ID!]
List of attributes IDs which causes the error.
values ● [ID!]
List of attribute values IDs which causes the error.
channels ● [ID!]
List of channels IDs which causes the error.