CollectionError Object
No description
type CollectionError {
field: String
message: String
products: [ID!]
code: CollectionErrorCode!
}
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.
products ● [ID!]
List of products IDs which causes the error.
code ● CollectionErrorCode!
The error code.
Member Of
CollectionAddProducts object ● CollectionBulkDelete object ● CollectionCreate object ● CollectionDelete object ● CollectionRemoveProducts object ● CollectionReorderProducts object ● CollectionUpdate object