Skip to main content

ProductChannelListingError Object

No description

type ProductChannelListingError {
field: String
message: String
code: ProductErrorCode!
attributes: [ID!]
values: [ID!]
channels: [ID!]
variants: [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.

variants ● [ID!]​

List of variants IDs which causes the error.

Member Of​

ProductChannelListingUpdate object ● ProductVariantChannelListingUpdate object