ProductChannelListingError
No description
type ProductChannelListingError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
channels: [ID!]
variants: [ID!]
}
Fields
ProductChannelListingError.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.
ProductChannelListingError.message
● String
scalar miscellaneous
The error message.
ProductChannelListingError.code
● ProductErrorCode!
non-null enum products
The error code.
ProductChannelListingError.attributes
● [ID!]
list scalar miscellaneous
List of attributes IDs which causes the error.
ProductChannelListingError.values
● [ID!]
list scalar miscellaneous
List of attribute values IDs which causes the error.
ProductChannelListingError.channels
● [ID!]
list scalar miscellaneous
List of channels IDs which causes the error.
ProductChannelListingError.variants
● [ID!]
list scalar miscellaneous
List of variants IDs which causes the error.
Member Of
ProductChannelListingUpdate
object ● ProductVariantChannelListingUpdate
object