Skip to main content

CollectionError

No description

type CollectionError {
field: String
message: String
products: [ID!]
code: CollectionErrorCode!
}

Fields

CollectionError.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.

CollectionError.message ● String scalar miscellaneous

The error message.

CollectionError.products ● [ID!] list scalar miscellaneous

List of products IDs which causes the error.

CollectionError.code ● CollectionErrorCode! non-null enum products

The error code.

Member Of

CollectionAddProducts object ● CollectionBulkDelete object ● CollectionCreate object ● CollectionDelete object ● CollectionRemoveProducts object ● CollectionReorderProducts object ● CollectionUpdate object