getIncompleteProducts

@GET(value = "state/to-be-completed/{page}.json?nocache=1")
abstract suspend fun getIncompleteProducts(@Path(value = "page") page: Int, @Query(value = "fields") fields: String): Search

This method gives a list of incomplete products